JDK-8293496 : ProblemList runtime/os/TestTracePageSizes.java on linux-x64
  • Type: Sub-task
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 20
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: x86_64
  • Submitted: 2022-09-07
  • Updated: 2022-09-12
  • Resolved: 2022-09-07
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 20
20 b14Fixed
Description
In order to reduce the noise in the JDK20 CI, I'm ProblemListing:

runtime/os/TestTracePageSizes.java#G1 
runtime/os/TestTracePageSizes.java#Parallel 
runtime/os/TestTracePageSizes.java#Serial 
runtime/os/TestTracePageSizes.java#compiler-options 
runtime/os/TestTracePageSizes.java#explicit-large-page-size 
runtime/os/TestTracePageSizes.java#no-options

on linux-x64.
Comments
Changeset: d36abbe8 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2022-09-07 15:26:02 +0000 URL: https://git.openjdk.org/jdk/commit/d36abbe8dab3618a08a8a87f53411ed92823d471
07-09-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/10201 Date: 2022-09-07 15:18:29 +0000
07-09-2022

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 0bb3b09f9bb..93cb24f5209 100644 --- a/test/hotspot/jtreg/ProblemList.txt +++ b/test/hotspot/jtreg/ProblemList.txt @@ -90,12 +90,12 @@ gc/stress/TestStressG1Humongous.java 8286554 windows-x64 runtime/cds/appcds/jigsaw/modulepath/ModulePathAndCP_JFR.java 8253437 windows-x64 runtime/jni/terminatedThread/TestTerminatedThread.java 8219652 aix-ppc64 -runtime/os/TestTracePageSizes.java#no-options 8267460 linux-aarch64 -runtime/os/TestTracePageSizes.java#explicit-large-page-size 8267460 linux-aarch64 -runtime/os/TestTracePageSizes.java#compiler-options 8267460 linux-aarch64 -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/os/TestTracePageSizes.java#no-options 8267460,8293456 linux-all +runtime/os/TestTracePageSizes.java#explicit-large-page-size 8267460,8293456 linux-all +runtime/os/TestTracePageSizes.java#compiler-options 8267460,8293456 linux-all +runtime/os/TestTracePageSizes.java#G1 8267460,8293456 linux-all +runtime/os/TestTracePageSizes.java#Parallel 8267460,8293456 linux-all +runtime/os/TestTracePageSizes.java#Serial 8267460,8293456 linux-all runtime/ErrorHandling/CreateCoredumpOnCrash.java 8267433 macosx-x64 applications/jcstress/copy.java 8229852 linux-all
07-09-2022