8038903: More native monitor monitoring
Moved ntive monitor monitoring flags to experimental Reviewed-by: acorn, hseigel, mschoene
This commit is contained in:
parent
9f06aa633c
commit
a71432a188
@ -1177,11 +1177,11 @@ class CommandLineFlags {
|
||||
"When true prevents OS-level spurious, or premature, wakeups " \
|
||||
"from Object.wait (Ignored for Windows)") \
|
||||
\
|
||||
product(intx, NativeMonitorTimeout, -1, "(Unstable)") \
|
||||
experimental(intx, NativeMonitorTimeout, -1, "(Unstable)") \
|
||||
\
|
||||
product(intx, NativeMonitorFlags, 0, "(Unstable)") \
|
||||
experimental(intx, NativeMonitorFlags, 0, "(Unstable)") \
|
||||
\
|
||||
product(intx, NativeMonitorSpinLimit, 20, "(Unstable)") \
|
||||
experimental(intx, NativeMonitorSpinLimit, 20, "(Unstable)") \
|
||||
\
|
||||
develop(bool, UsePthreads, false, \
|
||||
"Use pthread-based instead of libthread-based synchronization " \
|
||||
|
Loading…
x
Reference in New Issue
Block a user