Skip to content

Commit 3eac890

Browse files
author
Daniel D. Daugherty
committed
8315061: Make LockingMode a product flag
Reviewed-by: ccheung
1 parent 8419a53 commit 3eac890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/runtime/globals.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1982,7 +1982,7 @@ const int ObjectAlignmentInBytes = 8;
19821982
"Mark all threads after a safepoint, and clear on a modify " \
19831983
"fence. Add cleanliness checks.") \
19841984
\
1985-
product(int, LockingMode, LM_LEGACY, EXPERIMENTAL, \
1985+
product(int, LockingMode, LM_LEGACY, \
19861986
"Select locking mode: " \
19871987
"0: monitors only (LM_MONITOR), " \
19881988
"1: monitors & legacy stack-locking (LM_LEGACY, default), " \

0 commit comments

Comments
 (0)