classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: Moved System.loadLibrary() calls from ObjectInputStrea


From: Jeroen Frijters
Subject: [cp-patches] FYI: Moved System.loadLibrary() calls from ObjectInputStream/ObjectOutputStream to VM classes
Date: Fri, 9 Sep 2005 14:11:30 +0200

Hi,

I committed the attached patch to move the System.loadLibrary calls to
the VM classes.

Regards,
Jeroen

2005-09-09  Jeroen Frijters  <address@hidden>

        * java/io/ObjectInputStream.java: Removed static initializer.
        * java/io/ObjectOutputStream.java: Removed static initializer.
        * vm/reference/java/io/VMObjectInputStream.java: Added static
        initializer.
        (oisClass, vmoisClass): Removed unused fields.
        * vm/reference/java/io/VMObjectStreamClass.java: Added static
        initializer.

Attachment: io.patch.txt
Description: io.patch.txt


reply via email to

[Prev in Thread] Current Thread [Next in Thread]