<i18n dev> Integrated: 8356021: Use Double::hashCode in java.util.Locale::hashCode
Shaojin Wen
swen at openjdk.org
Thu May 1 15:49:53 UTC 2025
On Wed, 30 Apr 2025 18:01:08 GMT, Shaojin Wen <swen at openjdk.org> wrote:
> Similar to #24959, java.util.Locale.hashCode can also make the same improvement.
>
> Replace manual bitwise operations in hashCode implementations of java.util.Locale with Double::hashCode.
This pull request has now been integrated.
Changeset: 2ad639f1
Author: Shaojin Wen <swen at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/2ad639f1b33fcd8e218e8ad549caf32024a36cb2
Stats: 2 lines in 1 file changed: 0 ins; 1 del; 1 mod
8356021: Use Double::hashCode in java.util.Locale::hashCode
Reviewed-by: rriggs, liach
-------------
PR: https://git.openjdk.org/jdk/pull/24971
More information about the i18n-dev
mailing list