The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
Test gc/g1/TestGCLogMessages.java intermittently fail with
Execution failed: `main' threw exception: java.lang.RuntimeException: '\[debug.*Evacuation Failure' missing from stdout/stderr
Comments
Fix request [11u]
I backport this for parity with 11.0.18-oracle.
No risk, only a test change.
I had to do a simple resolve.
Test passes. SAP nighlty testing passed.
08-10-2022
A pull request was submitted for review.
URL: https://git.openjdk.org/jdk11u-dev/pull/1400
Date: 2022-10-07 19:31:00 +0000
Almost sure this is an issue with the introduction of the young gen sizing fixes that were later retracted, i.e. the same as JDK-8248382. Still seems to be a problem with the test.
This should be checked again before re-introduction of JDK-8253413.
At least with current JDK I can't reproduce after 2k iterations.
06-10-2020
Most likely because after JDK-8240556 the method to force an evacuation failure got unreliable. So labelling this as testbug for now.