Re: [cp-patches] FYI: Implement unshared serialization

2006-12-24 Thread Tom Tromey
> "Andrew" == Andrew John Hughes <[EMAIL PROTECTED]> writes: Andrew> * gnu/classpath/Pair.java: New class. I think this would probably be better in gnu.java.util. Usually we're reserving gnu.classpath for stuff that should never be accessed by user code for security reasons; we've got

[cp-patches] FYI: Add 1.6 java.lang.management stuff

2006-12-24 Thread Andrew John Hughes
This patch adds three new 1.6 classes. Changelog: 2006-12-25 Andrew John Hughes <[EMAIL PROTECTED]> * java/beans/ConstructorProperties.java: New file. * java/lang/management/LockInfo.java: Likewise. * java/lang/management/MonitorInfo.java: Likewi

[cp-patches] FYI: Implement unshared serialization

2006-12-24 Thread Andrew John Hughes
This patch adds the missing java.io methods for 1.4, which handle unshared object serialization. Changelog: 2006-12-24 Andrew John Hughes <[EMAIL PROTECTED]> * gnu/classpath/Pair.java: New class. * java/io/ObjectInputStream.java: (readUnshared()): Implemented. (