/[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.12 by ericb, Fri Feb 22 20:07:40 2002 UTC revision 1.13 by ericb, Mon Mar 25 07:54:38 2002 UTC
# Line 61  import gnu.classpath.Configuration; Line 61  import gnu.classpath.Configuration;
61   */   */
62  public class Object  public class Object
63  {  {
64      // 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.
66    
67    static    static
68    {    {
69      if (Configuration.INIT_LOAD_LIBRARY)      if (Configuration.INIT_LOAD_LIBRARY)
70        {        System.loadLibrary("javalang");
         System.loadLibrary("javalang");  
       }  
71    }    }
72    
73    // Some VM's rely on the order that these methods appear when laying    // Some VM's rely on the order that these methods appear when laying
# Line 526  public class Object Line 527  public class Object
527        throw new IllegalArgumentException("argument out of range");        throw new IllegalArgumentException("argument out of range");
528      VMObject.wait(this, ms, ns);      VMObject.wait(this, ms, ns);
529    }    }
530    } // class Object
 }  

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

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