8379782: Implement Object Monitor Table enabled by default

Reviewed-by: stefank, coleenp, aartemov
This commit is contained in:
Fredrik Bredberg 2026-03-25 06:53:14 +00:00
parent ec8bcf72c8
commit 51ea257460

View File

@ -1929,7 +1929,7 @@ const int ObjectAlignmentInBytes = 8;
"Mark all threads after a safepoint, and clear on a modify " \
"fence. Add cleanliness checks.") \
\
product(bool, UseObjectMonitorTable, false, DIAGNOSTIC, \
product(bool, UseObjectMonitorTable, true, DIAGNOSTIC, \
"Use a table to record inflated monitors rather than the first " \
"word of the object.") \
\