On Wed, 16 Sep 2020 17:29:52 GMT, Naoto Sato <[email protected]> wrote:
> Hi, > > Please review the fix to the issue wrt missing hashCode() javadoc, which was > recently discussed in core-libs ml. Changes requested by rriggs (Reviewer). src/java.base/share/classes/java/text/DecimalFormatSymbols.java line 1153: > 1151: * Cached hash code > 1152: */ > 1153: private volatile int hashCode; I'm thinking the cached hashcode should be / should have been transient (not serialized). And add a period at the end of the sentence above. ------------- PR: https://git.openjdk.java.net/jdk/pull/208
