On Mon, 20 Sep 2021 13:35:29 GMT, Coleen Phillimore <cole...@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: > > Remove 'safepoint' rank, now unused. Thanks for commenting, Ioi. ------------- PR: https://git.openjdk.java.net/jdk/pull/5550