/[classpath]/classpath/java/io/ObjectInputStream.java
ViewVC logotype

Diff of /classpath/java/io/ObjectInputStream.java

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

revision 1.63 by jfrijters, Thu Sep 8 08:40:57 2005 UTC revision 1.64 by jfrijters, Fri Sep 9 12:12:03 2005 UTC
# Line 39  exception statement from your version. * Line 39  exception statement from your version. *
39    
40  package java.io;  package java.io;
41    
 import gnu.classpath.Configuration;  
42  import gnu.java.io.ObjectIdentityWrapper;  import gnu.java.io.ObjectIdentityWrapper;
43    
44  import java.lang.reflect.Array;  import java.lang.reflect.Array;
# Line 1911  public class ObjectInputStream extends I Line 1910  public class ObjectInputStream extends I
1910      System.out.print (Thread.currentThread() + ": ");      System.out.print (Thread.currentThread() + ": ");
1911    }    }
1912    
   static  
   {  
     if (Configuration.INIT_LOAD_LIBRARY)  
       {  
         System.loadLibrary ("javaio");  
       }  
   }  
   
1913    // used to keep a prioritized list of object validators    // used to keep a prioritized list of object validators
1914    private static final class ValidatorAndPriority implements Comparable    private static final class ValidatorAndPriority implements Comparable
1915    {    {

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64

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