JDK-8277576 : ProblemList runtime/ErrorHandling/CreateCoredumpOnCrash.java on macosx-X64
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • CPU: x86_64
  • Submitted: 2021-11-22
  • Updated: 2023-12-10
  • Resolved: 2021-11-22
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 17 JDK 18
17.0.4-oracleFixed 18 b26Fixed
Description
I'm ProblemListing the following test on macosx-X64:

runtime/ErrorHandling/CreateCoredumpOnCrash.java

in order to determine if that helps solve the Mach5 test task 
"timeouts in execution" problem that we're seeing.
Comments
A pull request was submitted for review. URL: https://git.openjdk.org/jdk17u-dev/pull/674 Date: 2022-09-15 12:40:26 +0000
15-09-2022

Fix request [17u] I backport this for parity with 17.0.4-oracle. I found CCOC failing sporadic in our CI. No risk, only a test change.
15-09-2022

Changeset: 1049aba1 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2021-11-22 19:03:30 +0000 URL: https://git.openjdk.java.net/jdk/commit/1049aba1fb65fd70bd723c80a84250512a68d653
22-11-2021

Here's the context diffs for the proposed fix: $ git diff diff --git a/test/hotspot/jtreg/ProblemList.txt b/test/hotspot/jtreg/ProblemList.txt index 84a8b6918d3..8aa54022962 100644 --- a/test/hotspot/jtreg/ProblemList.txt +++ b/test/hotspot/jtreg/ProblemList.txt @@ -104,6 +104,7 @@ runtime/os/TestTracePageSizes.java#G1 8267460 linux-aarch64 runtime/os/TestTracePageSizes.java#Parallel 8267460 linux-aarch64 runtime/os/TestTracePageSizes.java#Serial 8267460 linux-aarch64 runtime/jni/checked/TestPrimitiveArrayCriticalWithBadParam.java 8277350 macosx-x64 +runtime/ErrorHandling/CreateCoredumpOnCrash.java 8267433 macosx-x64 applications/jcstress/copy.java 8229852 linux-all
22-11-2021