JDK-8324785 : ProblemList two tests on linux due to JDK-8315923
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 23
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: aarch64
  • Submitted: 2024-01-26
  • Updated: 2024-01-30
  • Resolved: 2024-01-26
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 23
23 masterFixed
Related Reports
Relates :  
Description
In order to reduce the noise in the JDK23 CI, I'm ProblemListing:

runtime/os/TestTransparentHugePageUsage.java
runtime/Thread/TestAlwaysPreTouchStacks.java

on linux-all.
Comments
Changeset: 6d185623 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2024-01-26 20:18:08 +0000 URL: https://git.openjdk.org/jdk/commit/6d1856234ff25e6851204dd2102d405e67e8a468
26-01-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/17596 Date: 2024-01-26 20:13:07 +0000
26-01-2024

Here's the context diff for the proposed fix: $ git diff diff --git a/test/hotspot/jtreg/ProblemList.txt b/test/hotspot/jtreg/ProblemList.txt index a9094902cf2..eb3af6881c8 100644 --- a/test/hotspot/jtreg/ProblemList.txt +++ b/test/hotspot/jtreg/ProblemList.txt @@ -109,6 +109,8 @@ runtime/StackGuardPages/TestStackGuardPagesNative.java 8303612 linux-all runtime/ErrorHandling/TestDwarf.java#checkDecoder 8305489 linux-all runtime/ErrorHandling/MachCodeFramesInErrorFile.java 8313315 linux-ppc64le runtime/cds/appcds/customLoader/HelloCustom_JFR.java 8241075 linux-all,windows-x64 +runtime/os/TestTransparentHugePageUsage.java 8324776 linux-all +runtime/Thread/TestAlwaysPreTouchStacks.java 8324781 linux-all applications/jcstress/copy.java 8229852 linux-all
26-01-2024