RFR: 8272788: Nonleaf ranked locks should not be safepoint_check_never [v2]

Erik Österlund eosterlund at openjdk.java.net
Wed Aug 25 15:40:26 UTC 2021


On Mon, 23 Aug 2021 13:03:10 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> I moved nonleaf ranked locks to be leaf (or leaf+something).  Many of the leaf locks are safepoint_check_never.  Segregating this rank into safepoint checking and non-safepoint checking is left for a future RFE.
>> Tested with tier1-3.  Tier 4-6 testing in progress.
>
> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Remove JfrSream_lock and rerun JFR tests.

So you are enforcing the relationship between safepoint checking and rank. In a way we already had that for special locks. I like it.

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

Marked as reviewed by eosterlund (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/5203


More information about the serviceability-dev mailing list