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

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

              Created:
              Updated:
              Resolved: