JDK 9 RFR of JDK-8035279: Clean up internal deprecations in BigInteger

Brian Burkhalter brian.burkhalter at oracle.com
Thu Feb 20 15:24:44 UTC 2014


On Feb 20, 2014, at 12:13 AM, Alan Bateman wrote:

> Are you sure there isn't any serialization impact? Zeros has also meant these are uninitialized so I just wonder about deserializing on an older JDK.

I tested the following:

1) serialize with 9, deserialize with 7
2) serialize with 7, deserialize with 9

and observed no errors unless of course my test was incorrect.

Thanks,

Brian


More information about the core-libs-dev mailing list