mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-28 19:20:33 +00:00
8180421: Change default value of BiasedLockingStartupDelay to 0
As CSR 8181778 Reviewed-by: tschatzl, redestad, coleenp, dcubed
This commit is contained in:
parent
be1f5ab521
commit
9d3a9c331d
@ -1304,7 +1304,7 @@ public:
|
||||
product(bool, UseBiasedLocking, true, \
|
||||
"Enable biased locking in JVM") \
|
||||
\
|
||||
product(intx, BiasedLockingStartupDelay, 4000, \
|
||||
product(intx, BiasedLockingStartupDelay, 0, \
|
||||
"Number of milliseconds to wait before enabling biased locking") \
|
||||
range(0, (intx)(max_jint-(max_jint%PeriodicTask::interval_gran))) \
|
||||
constraint(BiasedLockingStartupDelayFunc,AfterErgo) \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user