JDK-8274313 : ProblemList sun/tools/jmap/BasicJMapTest.java subtests
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 18
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-09-25
  • Updated: 2021-09-30
  • Resolved: 2021-09-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 18
18 b17Fixed
Description
In order to reduce the noise in the JDK18 CI, I'm ProblemListing 

sun/tools/jmap/BasicJMapTest.java#G1
sun/tools/jmap/BasicJMapTest.java#Parallel
sun/tools/jmap/BasicJMapTest.java#Serial
sun/tools/jmap/BasicJMapTest.java#Z

on all platforms. This will give Lin and [~coleenp] time to sort 
out the collision issues.
Comments
Changeset: ab28db14 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2021-09-25 13:38:00 +0000 URL: https://git.openjdk.java.net/jdk/commit/ab28db1428e7109934ef1ae17ad574ed8042b9a0
25-09-2021

Context diff for the proposed fix: $ git diff diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt index 1db297bd058..5eef678fd8a 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -818,7 +818,10 @@ sun/tools/jstat/jstatLineCounts2.sh 8268211 linux-aa sun/tools/jstat/jstatLineCounts3.sh 8268211 linux-aarch64 sun/tools/jstat/jstatLineCounts4.sh 8268211 linux-aarch64 -sun/tools/jmap/BasicJMapTest.java 8274245 generic-all +sun/tools/jmap/BasicJMapTest.java#G1 8274245 generic-all +sun/tools/jmap/BasicJMapTest.java#Parallel 8274245 generic-all +sun/tools/jmap/BasicJMapTest.java#Serial 8274245 generic-all +sun/tools/jmap/BasicJMapTest.java#Z 8274245 generic-all ############################################################################
25-09-2021