[lworld] Revert Use Objects.equals in HashMap and ConcurrentHashmap

XMLWordPrintable

      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

            Assignee:
            Roger Riggs
            Reporter:
            Roger Riggs
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: