JDK-8239557 : [TESTBUG] VeryEarlyAssertTest.java validating "END." marker at lastline is not always true
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 11.0.8-oracle,15
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-02-20
  • Updated: 2022-02-24
  • Resolved: 2020-02-25
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 11 JDK 13 JDK 15
11.0.8-oracleFixed 13.0.4Fixed 15 b12Fixed
Related Reports
Relates :  
Description
Please check more details https://bugs.openjdk.java.net/browse/JDK-8239135?focusedCommentId=14319100&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-14319100

So runtime/ErrorHandling/VeryEarlyAssertTest.java test should check presence of "END." marker rather than checking if it is at the last line.

Further cleanup such as removal of vm arguments pass to createJavaProcessBuilder
            "-Xmx64M",
            "-XX:-CreateCoredumpOnCrash",
Comments
Fix request (13u) I'd like to port this one too, as a part of JDK-8232080 -related package. Patch applies cleanly.
29-05-2020

Fix request (11u): Requesting backport of this follow up patch to JDK-8233137. Patch applies cleanly and will be tested in SAP nightlies.
17-04-2020

URL: https://hg.openjdk.java.net/jdk/jdk/rev/d6b968af8b65 User: dholmes Date: 2020-02-25 04:44:54 +0000
25-02-2020