-
Type:
Enhancement
-
Resolution: Not an Issue
-
Priority:
P4
-
None
-
Affects Version/s: 14, 15
-
Component/s: hotspot
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