RFR: 8316958: Add test for unstructured locking [v4]
Aleksey Shipilev
shade at openjdk.org
Fri Sep 29 14:56:52 UTC 2023
On Fri, 29 Sep 2023 14:53:19 GMT, Roman Kennke <rkennke at openjdk.org> wrote:
>> In my original lightweight-locking PR, I had a testcase that exercises unstructured locking, which is permitted by the JVM spec, but not generated by javac, and thus not executed anywhere. JITs don't compile unstructured-locked code, therefore any code which attempts this would be slow anyway.
>>
>> Testing:
>> - [x] runtime/locking
>
> Roman Kennke has updated the pull request incrementally with one additional commit since the last revision:
>
> Fix test ID
Marked as reviewed by shade (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/15925#pullrequestreview-1650912313
More information about the hotspot-runtime-dev
mailing list