RFR: 8253240: No javadoc for DecimalFormatSymbols.hashCode() [v2]

Naoto Sato naoto at openjdk.java.net
Wed Sep 16 22:05:58 UTC 2020


On Wed, 16 Sep 2020 19:53:26 GMT, Roger Riggs <rriggs at openjdk.org> wrote:

>> 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.

Drafted a CSR for this PR. Please review.

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

PR: https://git.openjdk.java.net/jdk/pull/208


More information about the core-libs-dev mailing list