JDK-8274294 : ProblemList sun/tools/jmap/BasicJMapTest.java
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 18
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-09-24
  • Updated: 2021-09-30
  • Resolved: 2021-09-24
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

on all platforms. This will give Lin and [~coleenp] time to sort
out the collision issues.
Comments
Thanks [~dcubed] !
24-09-2021

Changeset: 0c050be6 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2021-09-24 15:46:18 +0000 URL: https://git.openjdk.java.net/jdk/commit/0c050be64b7db297126c4dca6c7ebfc9f386b9db
24-09-2021

Here's the context diff for the proposed fix: $ git diff diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt index 3d79e10ed6a..f9fe27b152f 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -812,6 +812,8 @@ 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 + ############################################################################ # jdk_other
24-09-2021