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

Missing barrier in JNILocalRootsClosure

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Not an Issue
    • Icon: P4 P4
    • None
    • 14, 15
    • hotspot
    • gc

      JNILocalRootsClosure uses naked load of off-heap oop:

       oop o = *obj_p;

      1) for GCs that performs concurrent evacuation, it may load from-space oops
      2) inconsistent with SimpleRootsClosure

       

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

              Created:
              Updated:
              Resolved: