Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8180421 Change default value of BiasedLockingStartupDelay to 0
  3. JDK-8185008

Release Note: Change to Default Value for BiasedLockingStartupDelay

XMLWordPrintable

    • Verified

      The default value for `BiasedLockingStartupDelay` has been changed to 0. The flag `BiasedLockingStartupDelay` previously had the default value 4000 which delayed the use of biased locking with 4 s (4000 ms). The reason for this delay was performance but recent performance runs show no difference between the 4000 ms delay and no delay. Since having the delay will cause other parts of the VM to do extra work, having the default set to 0 makes more sense.

            sjohanss Stefan Johansson
            mlautman Mary Lautman (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: