-
Bug
-
Resolution: Fixed
-
P3
-
11, 12, 13, 14
-
b08
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8228714 | 13.0.2 | Coleen Phillimore | P3 | Resolved | Fixed | b01 |
JDK-8229059 | 13.0.1 | Coleen Phillimore | P3 | Resolved | Fixed | b05 |
JDK-8230312 | 11.0.6-oracle | Harold Seigel | P3 | Resolved | Fixed | b01 |
JDK-8228871 | 11.0.5 | Coleen Phillimore | P3 | Resolved | Fixed | b02 |
Crash can be reproduced on following versions
openjdk version "11.0.2" 2018-10-16
OpenJDK Runtime Environment 18.9 (build 11.0.2+7)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+7, mixed mode)
openjdk version "13-ea" 2019-09-17
OpenJDK Runtime Environment (build 13-ea+30)
OpenJDK 64-Bit Server VM (build 13-ea+30, mixed mode, sharing)
openjdk version "14-ea" 2020-03-17
OpenJDK Runtime Environment (build 14-ea+6-171)
OpenJDK 64-Bit Server VM (build 14-ea+6-171, mixed mode, sharing)
using attached StaticInit.class and Example.class files
java -cp . Example
which were generated as following
javac -cp asm-7.1.jar:asm-tree-7.1.jar --release 11 Generator.java StaticInit.java
java -cp asm-7.1.jar:asm-tree-7.1.jar:. Generator
No crash when class StaticInit is loaded before invocation of bootstrap method
javac -cp . --release 11 ExampleNoCrash.java
java -cp . ExampleNoCrash
openjdk version "11.0.2" 2018-10-16
OpenJDK Runtime Environment 18.9 (build 11.0.2+7)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+7, mixed mode)
openjdk version "13-ea" 2019-09-17
OpenJDK Runtime Environment (build 13-ea+30)
OpenJDK 64-Bit Server VM (build 13-ea+30, mixed mode, sharing)
openjdk version "14-ea" 2020-03-17
OpenJDK Runtime Environment (build 14-ea+6-171)
OpenJDK 64-Bit Server VM (build 14-ea+6-171, mixed mode, sharing)
using attached StaticInit.class and Example.class files
java -cp . Example
which were generated as following
javac -cp asm-7.1.jar:asm-tree-7.1.jar --release 11 Generator.java StaticInit.java
java -cp asm-7.1.jar:asm-tree-7.1.jar:. Generator
No crash when class StaticInit is loaded before invocation of bootstrap method
javac -cp . --release 11 ExampleNoCrash.java
java -cp . ExampleNoCrash
- backported by
-
JDK-8228714 JVM crashes when bootstrap method for condy triggers loading of class whose static initializer throws exception
- Resolved
-
JDK-8228871 JVM crashes when bootstrap method for condy triggers loading of class whose static initializer throws exception
- Resolved
-
JDK-8229059 JVM crashes when bootstrap method for condy triggers loading of class whose static initializer throws exception
- Resolved
-
JDK-8230312 JVM crashes when bootstrap method for condy triggers loading of class whose static initializer throws exception
- Resolved