-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b12
There are a few places in JDK where two Objects are compared in a null-aware way.
These can benefit from using Objects.equals(Object, Object) static method.
These can benefit from using Objects.equals(Object, Object) static method.
- relates to
-
JDK-7041136 Use Objects.equals in JDK platform classes
-
- Closed
-
-
JDK-7041252 Use j.u.Objects.equals in security classes
-
- Closed
-
-
JDK-8015417 profile pollution after call through invokestatic to shared code
-
- Open
-
-
JDK-7041251 Use j.u.Objects utility methods in langtools
-
- Closed
-
- links to