RFR: 8359437: Make users and test suite not able to set LockingMode flag [v5]
Anton Artemov
duke at openjdk.org
Wed Jun 25 11:38:35 UTC 2025
On Wed, 25 Jun 2025 11:13:32 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/Fuzz.java line 477:
>
>> 475: boolean shouldPin() {
>> 476: // Returns false since we never pin after we removed legacy locking.
>> 477: return traceHas(Op.PIN::contains) && false;
>
> Are you planning to remove this method and update verifyPin, or maybe there will be a follow-on JBS issue for this cleanup?
Removal will be done in phase 2.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25847#discussion_r2166498312
More information about the hotspot-dev
mailing list