On Mon, 19 Sep 2022 17:43:35 GMT, Mark Powers <[email protected]> wrote:

> I wrote a test to deserialize an object created and serialized before the 
> fix. I compare the old object with the current object after the fix. What is 
> important is not the comparison, but that deserialization doesn't throw an 
> exception.

Does both de-serialization pass, i.e. deserialize the new bytes using old 
release and deserializing the old bytes using new release?

-------------

PR: https://git.openjdk.org/jdk/pull/10206

Reply via email to