JDK-8248382 : gc/g1/TestGCLogMessages.java fails - missing "Evacuation failure" message
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 16
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: os_x
  • CPU: x86
  • Submitted: 2020-06-26
  • Updated: 2020-10-06
  • Resolved: 2020-07-17
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.

To download the current JDK release, click here.
JDK 16
16Resolved
Related Reports
Duplicate :  
Relates :  
Description
java.lang.RuntimeException: '\\[debug.*Evacuation Failure' missing from stdout/stderr 

	at jdk.test.lib.process.OutputAnalyzer.shouldMatch(OutputAnalyzer.java:308)
	at gc.g1.TestGCLogMessages.checkMessagesAtLevel(TestGCLogMessages.java:181)
	at gc.g1.TestGCLogMessages.testWithToSpaceExhaustionLogs(TestGCLogMessages.java:255)
	at gc.g1.TestGCLogMessages.main(TestGCLogMessages.java:189)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
	at java.base/java.lang.Thread.run(Thread.java:832)
Comments
Did not occur since the backout of JDK-8248650. Closing.
17-07-2020

Probably caused by recent changes to young gen sizing, the test's procedure to cause evacuation failure seems to be not as reliable as before.
26-06-2020