JDK 22 |
---|
22 b13Fixed |
Relates :
|
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 of JDK-8151815 that is in review now.
|