This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: FYI: Object serialization patch


Am Sonntag, 22. Februar 2004 09:49 schrieb Guilhem Lavaux:
> Hi,
>
> I am about to commit this fix concerning serialization in classpath.
> It will solve again some problems with serialPersistentFields
> (principally) which has been introduced by the former optimization
> patch.

Please produce patches with diff "-bB" to ignore whitespace changes in 
the patch and to make it understandable more easy.

       {
-        System.loadLibrary("javaio");
+        System.loadLibrary("io");
       }

This looks just wrong for classpath.


Michael


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]