Details
-
Bug
-
Resolution: Fixed
-
P4
-
11, 13, 14
-
b15
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8231758 | 13.0.2 | Jie Fu | P4 | Resolved | Fixed | b02 |
JDK-8233499 | 11.0.7-oracle | Jie Fu | P4 | Resolved | Fixed | b01 |
JDK-8231535 | 11.0.6 | Jie Fu | P4 | Resolved | Fixed | b01 |
Description
---------------------------------------------------
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error
(/home/fool/workspace/jdk-dev/src/hotspot/share/runtime/mutex.cpp:399),
pid=3842, tid=3846
# fatal error: acquiring lock JNI weak alloc lock/7 out of order with
lock tty_lock/3 -- possible deadlock
#
# JRE version: OpenJDK Runtime Environment (14.0) (slowdebug build
14-internal+0-adhoc.fool.jdk-dev)
# Java VM: OpenJDK 64-Bit Server VM (slowdebug
14-internal+0-adhoc.fool.jdk-dev, compiled mode, sharing, tiered,
compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# V [libjvm.so+0xff529c] Mutex::set_owner_implementation(Thread*)+0x19a
#
---------------------------------------------------
## Reproduce
---------------------------------------------------
# just run with debug VMs
java -Xcomp -XX:+UnlockDiagnosticVMOptions -XX:+CIPrintCompileQueue
---------------------------------------------------
Attachments
Issue Links
- backported by
-
JDK-8231535 False deadlock detection with -XX:+CIPrintCompileQueue after JDK-8163511
- Resolved
-
JDK-8231758 False deadlock detection with -XX:+CIPrintCompileQueue after JDK-8163511
- Resolved
-
JDK-8233499 False deadlock detection with -XX:+CIPrintCompileQueue after JDK-8163511
- Resolved
- relates to
-
JDK-8214315 G1: fatal error: acquiring lock SATB_Q_FL_lock/1 out of order with lock tty_lock/0
- Closed
-
JDK-8231269 JNIHandles::is_weak_global_handle is not cheap
- Open
-
JDK-8163511 Allocation of compile task fails with assert: "Leaking compilation tasks?"
- Resolved