[lworld] Use Objects.equals in HashMap and ConcurrentHashmap

XMLWordPrintable

      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 ==.

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

              Created:
              Updated:
              Resolved: