<i18n dev> RFR: 8253240: No javadoc for DecimalFormatSymbols.hashCode() [v2]

Roger Riggs rriggs at openjdk.java.net
Wed Sep 16 19:56:21 UTC 2020


On Wed, 16 Sep 2020 17:51:18 GMT, Lance Andersen <lancea at 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


More information about the i18n-dev mailing list