ClassLoaderStatsClosure does raw oop comparison

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 12
    • Affects Version/s: 8-shenandoah, 11-shenandoah, 12
    • Component/s: hotspot
    • gc
    • b13

        static bool oop_equals(oop const& s1, oop const& s2) {
          return s1 == s2;
        }

      Some GCs, such as Shenandoah, require proper barrier for oop comparison

            Assignee:
            Zhengyu Gu
            Reporter:
            Zhengyu Gu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: