RFR: 8323685: PrintSystemDictionaryAtExit has mutex rank assert [v2]

Coleen Phillimore coleenp at openjdk.org
Fri Jan 19 14:20:43 UTC 2024


> Use variant 2 change from PR https://github.com/openjdk/jdk/pull/16062 that allows the ConcurrentHashTable to specify lock ranking for the resize lock at construction.  SystemDictionary printing takes out both CHT resize lock and the ttyLocker.
> 
> Tested with tier1-7, special stress test in tier7 to verify JDK-8317440 is still fixed.

Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:

  Fold SampleClass into printing test.

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/17471/files
  - new: https://git.openjdk.org/jdk/pull/17471/files/e08dfa30..0adf54c0

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=17471&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=17471&range=00-01

  Stats: 37 lines in 2 files changed: 6 ins; 30 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/17471.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/17471/head:pull/17471

PR: https://git.openjdk.org/jdk/pull/17471


More information about the hotspot-gc-dev mailing list