mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-06 00:18:34 +00:00
8315061: Make LockingMode a product flag
Reviewed-by: ccheung
This commit is contained in:
parent
8419a53bf1
commit
3eac8905ae
@ -1982,7 +1982,7 @@ const int ObjectAlignmentInBytes = 8;
|
||||
"Mark all threads after a safepoint, and clear on a modify " \
|
||||
"fence. Add cleanliness checks.") \
|
||||
\
|
||||
product(int, LockingMode, LM_LEGACY, EXPERIMENTAL, \
|
||||
product(int, LockingMode, LM_LEGACY, \
|
||||
"Select locking mode: " \
|
||||
"0: monitors only (LM_MONITOR), " \
|
||||
"1: monitors & legacy stack-locking (LM_LEGACY, default), " \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user