RFR: 8273915: Create 'nosafepoint' rank [v3]
David Holmes
dholmes at openjdk.java.net
Tue Sep 21 02:52:51 UTC 2021
On Mon, 20 Sep 2021 20:16:03 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> Partition safepoint checking and nonchecking lock ranks. The nonchecking locks are always lower ranked than the safepoint checking locks because they cannot block.
>>
>> This moves some leaf locks to 'nosafepoint' rank and corrects relative ranking.
>>
>> Tested with tier1-6 and built and run tier1 tests with shenandoah locally.
>
> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
>
> Add comment and change enum name to Rank.
This seems fine to me now. Thanks for the offlist discussions.
David
-------------
Marked as reviewed by dholmes (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/5550
More information about the hotspot-dev
mailing list