-
Bug
-
Resolution: Fixed
-
P4
-
8u45, 9
-
Zero
-
b70
-
other, arm
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8098653 | emb-9 | Severin Gehwolf | P4 | Resolved | Fixed | team |
JDK-8149218 | 8u101 | Severin Gehwolf | P4 | Resolved | Fixed | b01 |
JDK-8143371 | 8u92 | Severin Gehwolf | P4 | Resolved | Fixed | b01 |
JDK-8155314 | emb-8u101 | Severin Gehwolf | P4 | Resolved | Fixed | b01 |
JDK-8154288 | openjdk7u | Severin Gehwolf | P4 | Resolved | Fixed | master |
This is an upstream bug for https://bugzilla.redhat.com/show_bug.cgi?id=1206656
A Zero JVM product build on non-x86 platforms fails with java.lang.StackOverflowError on java -version:
$ ./jdk8.build/images/j2sdk-image/bin/java -version
Error occurred during initialization of VM
java.lang.StackOverflowError
at java.lang.Object.<clinit>(Object.java:41)
We know this happens on armv7hl, s390/s390x systems with GCC 5. It was originally discovered with JDK 8, but since JDK 9 has the same code it's affected as well.
A Zero JVM product build on non-x86 platforms fails with java.lang.StackOverflowError on java -version:
$ ./jdk8.build/images/j2sdk-image/bin/java -version
Error occurred during initialization of VM
java.lang.StackOverflowError
at java.lang.Object.<clinit>(Object.java:41)
We know this happens on armv7hl, s390/s390x systems with GCC 5. It was originally discovered with JDK 8, but since JDK 9 has the same code it's affected as well.
- backported by
-
JDK-8098653 [GCC5] java.lang.StackOverflowError on Zero JVM initialization on non x86 platforms
-
- Resolved
-
-
JDK-8143371 [GCC5] java.lang.StackOverflowError on Zero JVM initialization on non x86 platforms
-
- Resolved
-
-
JDK-8149218 [GCC5] java.lang.StackOverflowError on Zero JVM initialization on non x86 platforms
-
- Resolved
-
-
JDK-8154288 [GCC5] java.lang.StackOverflowError on Zero JVM initialization on non x86 platforms
-
- Resolved
-
-
JDK-8155314 [GCC5] java.lang.StackOverflowError on Zero JVM initialization on non x86 platforms
-
- Resolved
-