/[classpath]/classpath/vm/reference/java/io/VMObjectStreamClass.java
ViewVC logotype

Diff of /classpath/vm/reference/java/io/VMObjectStreamClass.java

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

revision 1.3 by mark, Sat Jul 2 20:33:08 2005 UTC revision 1.4 by jfrijters, Fri Sep 9 12:12:04 2005 UTC
# Line 1  Line 1 
1  /* VMObjectStreamClass.java -- VM helper functions for ObjectStreamClass  /* VMObjectStreamClass.java -- VM helper functions for ObjectStreamClass
2     Copyright (C) 2003  Free Software Foundation, Inc.     Copyright (C) 2003, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package java.io;  package java.io;
40    
41    import gnu.classpath.Configuration;
42  import java.lang.reflect.Field;  import java.lang.reflect.Field;
43    
44  final class VMObjectStreamClass  final class VMObjectStreamClass
45  {  {
46      static
47      {
48        if (Configuration.INIT_LOAD_LIBRARY)
49          {
50            System.loadLibrary("javaio");
51          }
52      }
53    
54    /**    /**
55      * Returns true if CLAZZ has a static class initializer      * Returns true if CLAZZ has a static class initializer
56      * (a.k.a. <clinit>).      * (a.k.a. <clinit>).

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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