[cp-patches] FYI: ObjectInputStream bug fix

2006-08-11 Thread Jeroen Frijters
Hi, An IKVM user reported a problem with RMI. I debugged it and it turned out that ObjectInputStream was using the incorrect class loader to try and load the field types. Fixed by the attached patch (already committed). Note that the ObjectStreamField(String,String) constructor was previously unu

[cp-patches] FYI: ObjectInputStream bug fix (23236)

2005-08-05 Thread Jeroen Frijters
Hi, I've committed the attached patch to fix bug 23236. Regards, Jeroen 2005-08-05 Jeroen Frijters <[EMAIL PROTECTED]> * java/io/ObjectInputStream.java (read(byte[],int,int)): Simplified and fixed bug 23236. Index: java/io/ObjectInputStream.java ===