-
Bug
-
Resolution: Fixed
-
P2
-
11, 17.0.3, 17.0.4.1.1-oracle, 20
-
b18
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8296032 | 17.0.6 | Roland Westrelin | P2 | Resolved | Fixed | b01 |
JDK-8297133 | 11.0.18 | Roland Westrelin | P2 | Resolved | Fixed | b04 |
JDK-8294749 | na | Roland Westrelin | P2 | Closed | Not an Issue |
Java in docker:
image: eclipse-temurin:17.0.378-jdk-focal
A DESCRIPTION OF THE PROBLEM :
We currently getting irregularily vm crashes in our junit test infrastruktur.
We are using the docker eclipse-temurin:17.0.378-jdk-focal base image and exceuting our test with gradle 7.3.
We are using shenandoah gc because we are quite memory constrainted in our containers and their hosts.
We ran the test on the adoptopenjdk:11-hotspot-focal containers before with the same gc settings and they were fine.
Reading the replay.log it seems like it is related to jit compiling xerces code. But understanding the replaylog is not my expertise.
Because the crashes cannot be reproduced reliably, it is currently not possible to provide a simple code-example that leads to the crash.
Also see log files attached on github issue:
https://github.com/adoptium/adoptium-support/issues/505
REGRESSION : Last worked in version 11.0.15
FREQUENCY : occasionally
- backported by
-
JDK-8296032 Shenandoah: SIGSEGV in vm maybe related to jit compiling xerces
-
- Resolved
-
-
JDK-8297133 Shenandoah: SIGSEGV in vm maybe related to jit compiling xerces
-
- Resolved
-
-
JDK-8294749 Shenandoah: SIGSEGV in vm maybe related to jit compiling xerces
-
- Closed
-
- links to
-
Commit openjdk/jdk11u-dev/1549bb1e
-
Commit openjdk/jdk17u-dev/5977ce5a
-
Commit openjdk/jdk/bf39b184
-
Review openjdk/jdk11u-dev/1520
-
Review openjdk/jdk17u-dev/837
-
Review openjdk/jdk17u/357
-
Review openjdk/jdk/10491