RFR: 8274934: Attempting to acquire lock JNICritical_lock/41 out of order with lock MultiArray_lock/41

Coleen Phillimore coleenp at openjdk.java.net
Fri Oct 8 17:36:19 UTC 2021


Fixed the lock ranking so that JNICritical_lock is MultiArray_lock-1.
Tested where there were observed failures:
tier1,tier2,tier3 -b linux-x64-debug,linux-x64,windows-x64-debug
tier5 -b linux-aarch64-debug
tier4 -b linux-x64-debug

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

Commit messages:
 - 8274934: Attempting to acquire lock JNICritical_lock/41 out of order with lock MultiArray_lock/41

Changes: https://git.openjdk.java.net/jdk/pull/5869/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=5869&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8274934
  Stats: 2 lines in 1 file changed: 1 ins; 1 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/5869.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/5869/head:pull/5869

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


More information about the hotspot-runtime-dev mailing list