-
Enhancement
-
Resolution: Fixed
-
P4
-
24
-
b21
There are several places in `java.time` where manually implemented `hashCode()` logic can either directly be replaced with `Long::hashCode`, or take advantage of it. This story aims to explore such possibilities and implement them if it indeed brings value.
- links to
-
Commit(master) openjdk/jdk/18983b63
-
Review(master) openjdk/jdk/24959