-
Bug
-
Resolution: Unresolved
-
P4
-
repo-valhalla
-
None
The Legacy Idiom checking for reference equality before calling Object.equals should be replaced with calls to Objects.equals.
Replacing them in HashMap and ConcurrentHashMap, as noted in JDK-8366043, it will allow easier experiments with performance of ==.
Replacing them in HashMap and ConcurrentHashMap, as noted in JDK-8366043, it will allow easier experiments with performance of ==.
- relates to
-
JDK-8366043 [lworld] (LIFE = Legacy Idiom For Equality) causes performance regressions.
-
- Open
-
- links to
-
Review(lworld) openjdk/valhalla/1536