/[classpath]/classpath/java/lang/Object.java
ViewVC logotype

Diff of /classpath/java/lang/Object.java

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

revision 1.13 by ericb, Mon Mar 25 07:54:38 2002 UTC revision 1.14 by ericb, Tue Mar 26 06:19:38 2002 UTC
# Line 64  public class Object Line 64  public class Object
64    // WARNING: Object is a CORE class in the bootstrap cycle. See the comments    // WARNING: Object is a CORE class in the bootstrap cycle. See the comments
65    // in vm/reference/java/lang/Runtime for implications of this fact.    // in vm/reference/java/lang/Runtime for implications of this fact.
66    
67      /**
68       * Load in all native methods in the java.lang package. Note that this
69       * call is actually a no-op, since it triggers the class initialization
70       * of System, which loads the same library; but it is necessary to start
71       * the System class initialization for the bootstrap sequence to work.
72       */
73    static    static
74    {    {
75      if (Configuration.INIT_LOAD_LIBRARY)      if (Configuration.INIT_LOAD_LIBRARY)

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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