The DumperSupport::dump_field_value() function is doing unsafe raw loads of fields in heap objects. Those loads should go thru the access API.
- relates to
-
JDK-8227086 Use AS_NO_KEEPALIVE loads in HeapDumper
- Resolved