-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
P4
-
Affects Version/s: repo-valhalla
-
Component/s: hotspot
JCK heap walking tests call visit on a flatArrayOop:
bool VM_HeapWalkOperation::visit(oop o) {
Which gets to obj_at from a non JavaThread.
inline oop flatArrayOopDesc::obj_at(int index) const {
EXCEPTION_MARK;
return obj_at(index, THREAD);
}
- duplicates
-
JDK-8271910 [lworld] Heap functions/callbacks should support value fields
-
- Resolved
-