RFR: 8359437: Make users and test suite not able to set LockingMode flag [v5]
Anton Artemov
duke at openjdk.org
Tue Jun 24 13:25:20 UTC 2025
On Tue, 24 Jun 2025 12:44:52 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> Anton Artemov has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8359437: Addressed reviewer's comment
>
> test/jdk/jdk/internal/vm/Continuation/Basic.java line 426:
>
>> 424: return ManagementFactory.getPlatformMXBean(HotSpotDiagnosticMXBean.class)
>> 425: .getVMOption("LockingMode").getValue().equals("1");
>> 426: }
>
> Likely the same here.
Correct, addressed in the latest commit.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25847#discussion_r2163993099
More information about the hotspot-dev
mailing list