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 21:14:15 UTC 2021


On Fri, 8 Oct 2021 17:25:12 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> 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

Thanks for the reviews Dan and Ioi.  I'm going to push this as a trivial change to prevent failures over the weekend.

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

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


More information about the hotspot-runtime-dev mailing list