| Other |
|---|
| repo-valhallaUnresolved |
|
Causes :
|
Revert the use of Objects.equals to the previous explicit `==` check for identity and conditional call to .equals. The use of Objects.equals (without identity) caused classes with poorly written .equals methods to work incorrectly with HashMap and ConcurrentHashmap. A discussion of the broader issue is in JDK-8373558. The specific failure was: JDK-8373466 [world] javax.xml TransformerTest fails after change to HashMap