The VMStructs needs an update to support volatile_static_field.
The PerfMemory class (src/hotspot/share/runtime/perfMemory.hpp) has a couple of static fields that must be volatile:
_initialized and _destroyed
The field '_destroyed' is added by a fix ofJDK-8151815 that is in review now.
The PerfMemory class (src/hotspot/share/runtime/perfMemory.hpp) has a couple of static fields that must be volatile:
_initialized and _destroyed
The field '_destroyed' is added by a fix of
- relates to
-
JDK-8151815 Could not parse core image with JSnap.
- Resolved