/[classpath]/classpath/vm/reference/java/lang/VMSecurityManager.java
ViewVC logotype

Diff of /classpath/vm/reference/java/lang/VMSecurityManager.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by ericb, Sat Feb 23 09:19:52 2002 UTC revision 1.10 by ericb, Wed Mar 6 19:44:44 2002 UTC
# Line 60  final class VMSecurityManager Line 60  final class VMSecurityManager
60    static native Class[] getClassContext();    static native Class[] getClassContext();
61    
62    /**    /**
63     * Get the current ClassLoader--the one nearest to the top of the stack.     * Get the current ClassLoader. This is the first non-null class loader
64       * on the stack, if one exists, stopping either at the end of the stack
65       * or the first instance of a PrivilegedAction. In other words, this call
66       * automatically unwinds past all classes loaded by the bootstrap loader,
67       * where getClassLoader() returns null, to get to the user class that
68       * really invoked the call that needs a classloader.
69     *     *
70     * @return the current ClassLoader     * @return the current ClassLoader
71     */     */

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26