Integrated: 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:16 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

This pull request has now been integrated.

Changeset: 3cb9724e
Author:    Coleen Phillimore <coleenp at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/3cb9724ed94a7267853c5cddb18b4ae868ecf2e9
Stats:     2 lines in 1 file changed: 1 ins; 1 del; 0 mod

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

Reviewed-by: dcubed, iklam

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

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


More information about the hotspot-runtime-dev mailing list