Review request for 6895456: Eliminate dependency on java.io.ObjectStreamClass during boot (original) (raw)

Mandy Chung Mandy.Chung at Sun.COM
Tue Oct 27 05:52:20 UTC 2009


Fixed 6895456: Eliminate dependency on java.io.ObjectStreamClass during boot

Webrev at: http://cr.openjdk.java.net/~mchung/6895456/webrev.00/

java.io.ObjectStreamClass is not needed if not doing serialization.
Move getSignatureClass static method to java.io.ObjectStreamField class. ObjectStreamField is always loaded due to the declaration of serialPersistentFields in a few core classes as they have evolved in the previous releases.

Thanks Mandy



More information about the core-libs-dev mailing list