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

Diff of /classpath/java/lang/System.java

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

revision 1.17 by ericb, Mon Mar 25 07:54:38 2002 UTC revision 1.18 by ericb, Tue Mar 26 06:19:38 2002 UTC
# Line 70  public final class System Line 70  public final class System
70     */     */
71    static    static
72    {    {
73        // Note that this loadLibrary() takes precedence over the one in Object,
74        // since Object.<clinit> is waiting for System.<clinit> to complete
75        // first; but loading a library twice is harmless.
76        if (Configuration.INIT_LOAD_LIBRARY)
77          loadLibrary("javalang");
78    
79      Properties defaultProperties = Runtime.defaultProperties;      Properties defaultProperties = Runtime.defaultProperties;
80      defaultProperties.put("gnu.cpu.endian",      defaultProperties.put("gnu.cpu.endian",
81                            isWordsBigEndian() ? "big" : "little");                            isWordsBigEndian() ? "big" : "little");

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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