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

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

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

revision 1.19 by ericb, Sat Feb 23 09:19:52 2002 UTC revision 1.20 by mark, Sat Mar 9 00:08:16 2002 UTC
# Line 136  public final class Class implements Seri Line 136  public final class Class implements Seri
136     * @throws ExceptionInInitializerError if the class loads, but an exception     * @throws ExceptionInInitializerError if the class loads, but an exception
137     *         occurs during initialization     *         occurs during initialization
138     */     */
139    public static Class forName(String name) throws ClassNotFoundException    //XXX This does not need to be native.
140      public static native Class forName(String name)
141        throws ClassNotFoundException;
142      /*
143    {    {
144      return forName(name, true,      return forName(name, true,
145                     VMSecurityManager.getClassContext()[1].getClassLoader());                     VMSecurityManager.getClassContext()[1].getClassLoader());
146    }    }
147      */
148    
149    /**    /**
150     * Use the specified classloader to load and link a class. If the loader     * Use the specified classloader to load and link a class. If the loader

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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