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

ClassLoaderStatsClosure does raw oop comparison

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 12
    • 8-shenandoah, 11-shenandoah, 12
    • 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

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

              Created:
              Updated:
              Resolved: