I am seeing deadlock in class initialization between "JavaFX Application Thread" and "QuantumRenderer-0" on my Kubuntu Linux with
$ java -version
java version "1.8.0_05"
Java(TM) SE Runtime Environment (build 1.8.0_05-b13)
Java HotSpot(TM) Server VM (build 25.5-b02, mixed mode)
Happens relatively frequently in my application. Search the attached thread dump for the <cinit> statements. The CPU is at 0%, so it really seems like a kind of lock in spite the thread state is marked as RUNNABLE.
$ java -version
java version "1.8.0_05"
Java(TM) SE Runtime Environment (build 1.8.0_05-b13)
Java HotSpot(TM) Server VM (build 25.5-b02, mixed mode)
Happens relatively frequently in my application. Search the attached thread dump for the <cinit> statements. The CPU is at 0%, so it really seems like a kind of lock in spite the thread state is marked as RUNNABLE.
- duplicates
-
JDK-8093890 Deadlock loading com.sun.javafx.image.impl classes
- Closed