-
Enhancement
-
Resolution: Not an Issue
-
P4
-
None
-
14, 15
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
oop o = *obj_p;
1) for GCs that performs concurrent evacuation, it may load from-space oops
2) inconsistent with SimpleRootsClosure