From 51ea257460cc999468c7799afb76fb8cebaff80c Mon Sep 17 00:00:00 2001 From: Fredrik Bredberg Date: Wed, 25 Mar 2026 06:53:14 +0000 Subject: [PATCH] 8379782: Implement Object Monitor Table enabled by default Reviewed-by: stefank, coleenp, aartemov --- src/hotspot/share/runtime/globals.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hotspot/share/runtime/globals.hpp b/src/hotspot/share/runtime/globals.hpp index 17e10e2f87c..60feddde09b 100644 --- a/src/hotspot/share/runtime/globals.hpp +++ b/src/hotspot/share/runtime/globals.hpp @@ -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.") \ \