Details
Description
Erik O. would like to migrate this field:
src/hotspot/share/runtime/objectMonitor.hpp:
class ObjectMonitor {
<snip>
void* volatile _object; // backward object pointer - strong root
to use the OopStorage mechanism.
src/hotspot/share/runtime/objectMonitor.hpp:
class ObjectMonitor {
<snip>
void* volatile _object; // backward object pointer - strong root
to use the OopStorage mechanism.
Attachments
Issue Links
- csr for
-
JDK-8253121 migrate ObjectMonitor::_object to OopStorage
-
- Closed
-
- relates to
-
JDK-8253871 Regression 7% in Derby-ParGC apparently after 8247281
-
- Closed
-
-
JDK-8253064 monitor list simplifications and getting rid of TSM
-
- Resolved
-