RFR: 8273915: Create 'nosafepoint' rank [v2]

Coleen Phillimore coleenp at openjdk.java.net
Mon Sep 20 13:35:29 UTC 2021


> 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.

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/5550/files
  - new: https://git.openjdk.java.net/jdk/pull/5550/files/d14f8e17..1a927805

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=5550&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=5550&range=00-01

  Stats: 2 lines in 1 file changed: 0 ins; 1 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/5550.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/5550/head:pull/5550

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


More information about the hotspot-dev mailing list