Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8366841

[lworld] Objects.equals without identity comparison

XMLWordPrintable

    • generic
    • generic

      java.util.Objects.equals use of identity comparison has a negative performance implact with Valhalla. `==` aka `acmp` has high overhead.

      For Valhalla, when --enable-preview is true, avoid acmp.

      Additional performance comparisons may suggest better/alternative heuristics.

            rriggs Roger Riggs
            rriggs Roger Riggs
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: