RFR: 8291555: Implement alternative fast-locking scheme [v2]

David Holmes dholmes at openjdk.org
Thu Jan 19 07:13:30 UTC 2023


On Wed, 18 Jan 2023 18:25:15 GMT, Roman Kennke <rkennke at openjdk.org> wrote:

> This apparently slipped my testing because the test requires vm.flagless, but I would run it with TEST_VM_OPTS="-XX:+UnlockExperimentalVMOptions -XX:+UseFastLocking". 

You need to test this by having it enabled by default, otherwise you may miss many tests that either won't run (flagless) or won't pass the flags through to any exec'd VMs.

-------------

PR: https://git.openjdk.org/jdk/pull/10907


More information about the serviceability-dev mailing list