JDK-8325569 : ProblemList gc/parallel/TestAlwaysPreTouchBehavior.java on linux
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 23
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: x86_64,aarch64
  • Submitted: 2024-02-09
  • Updated: 2024-02-09
  • Resolved: 2024-02-09
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
Description
In order to reduce the noise in the JDK23 CI, I'm ProblemListing:

gc/parallel/TestAlwaysPreTouchBehavior.java

on linux-all.
Comments
Changeset: 6303c0e7 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2024-02-09 20:49:55 +0000 URL: https://git.openjdk.org/jdk/commit/6303c0e7136436a2d3cb6043b88edf788c0067cc
09-02-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/17793 Date: 2024-02-09 18:54:04 +0000
09-02-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 eb3af6881c8..c5a265846e7 100644 --- a/test/hotspot/jtreg/ProblemList.txt +++ b/test/hotspot/jtreg/ProblemList.txt @@ -84,6 +84,7 @@ gc/epsilon/TestMemoryMXBeans.java 8206434 generic-all gc/g1/humongousObjects/objectGraphTest/TestObjectGraphAfterGC.java 8156755 generic-all gc/g1/logging/TestG1LoggingFailure.java 8169634 generic-all gc/g1/humongousObjects/TestHeapCounters.java 8178918 generic-all +gc/parallel/TestAlwaysPreTouchBehavior.java 8325218 linux-all gc/TestAllocHumongousFragment.java#adaptive 8298781 generic-all gc/TestAllocHumongousFragment.java#aggressive 8298781 generic-all gc/TestAllocHumongousFragment.java#iu-aggressive 8298781 generic-all
09-02-2024