/[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.9 by ericb, Sun Sep 9 06:30:42 2001 UTC revision 1.10 by cbj, Fri Sep 21 04:22:07 2001 UTC
# Line 27  executable file might be covered by the Line 27  executable file might be covered by the
27    
28  package java.lang;  package java.lang;
29    
30    import gnu.classpath.Configuration;
31    
32  /**  /**
33   * Object is the ultimate superclass of every class   * Object is the ultimate superclass of every class
34   * (excepting interfaces).  When you define a class that   * (excepting interfaces).  When you define a class that
# Line 49  package java.lang; Line 51  package java.lang;
51   */   */
52  public class Object  public class Object
53  {  {
54      static
55      {
56        if (Configuration.INIT_LOAD_LIBRARY)
57          {
58            System.loadLibrary("javalang");
59          }
60      }
61    
62    // 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
63    // out their internal structure.  Therefore, do not haphazardly    // out their internal structure.  Therefore, do not haphazardly
64    // rearrange these methods.    // rearrange these methods.

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