RFR: 8319251: [REDO] Change LockingMode default from LM_LEGACY to LM_LIGHTWEIGHT [v2]

Daniel D. Daugherty dcubed at openjdk.org
Wed Mar 20 16:56:21 UTC 2024


On Tue, 19 Mar 2024 20:29:31 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:

>> A fix to change LockingMode default from LM_LEGACY to LM_LIGHTWEIGHT.
>
> Daniel D. Daugherty has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Make the mention of "false" also include quotes since the return is a String.

- I did a stress test run on the jdk-23+14-1012 bits and the
       StressWrapper_MoCrazy_8H hangs reproduced on linux-x64:
       - linux-x64 with 1024 threads timed out:
         - release bits run-1 after 431 of 480 minutes
         - fastdebug bits run-1 after 444 of 480 minutes
         - slowdebug bits run-1 after 474 of 480 minutes

So this hang has nothing to do with the lightweight locking changes.

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

PR Comment: https://git.openjdk.org/jdk/pull/17932#issuecomment-2010050321


More information about the hotspot-runtime-dev mailing list