1 /* Copyright (C) 2002, 2003, 2005 Free Software Foundation
3 This file is part of libgcj.
5 This software is copyrighted work licensed under the terms of the
6 Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
9 // Written by Tom Tromey <tromey@redhat.com>
15 #include <java-stack.h>
16 #include <java/util/ResourceBundle.h>
17 #include <java/lang/ClassLoader.h>
18 #include <java/lang/Class.h>
20 using namespace java::lang
;
22 java::lang::ClassLoader
*
23 java::util::ResourceBundle::getCallingClassLoader ()
25 jclass caller
= _Jv_StackTrace::GetCallingClass (&ResourceBundle::class$
);
27 return caller
->getClassLoaderInternal();