On Wed, 16 Sep 2020 17:51:18 GMT, Lance Andersen <lan...@openjdk.org> wrote:
>> Naoto Sato has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Addressing Roger's comments. > > Looks in line with the discussion on core-libs. Removing hashcode from the serialized form needs a CSR because it was non-transient in JDK 15. The intent is to not use the serialized value, so the readObject method should zero it out so it can be computed on first use. ------------- PR: https://git.openjdk.java.net/jdk/pull/208