mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-28 16:50:10 +00:00
8379782: Implement Object Monitor Table enabled by default
Reviewed-by: stefank, coleenp, aartemov
This commit is contained in:
parent
ec8bcf72c8
commit
51ea257460
@ -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.") \
|
||||
\
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user