JDK-8273197 : ProblemList 2 jtools tests due to JDK-8273187
  • Type: Sub-task
  • Component: core-svc
  • Sub-Component: tools
  • Affected Version: 18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-08-31
  • Updated: 2021-09-02
  • Resolved: 2021-08-31
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 b13Fixed
Description
In order to reduce the noise in the JDK18 CI, I'm ProblemListing:

    sun/tools/jcmd/JcmdOutputEncodingTest.java 
    sun/tools/jstack/BasicJStackTest.java

on all configs.
Comments
Changeset: 9c392d00 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2021-08-31 20:12:19 +0000 URL: https://git.openjdk.java.net/jdk/commit/9c392d008a5a34cdc2ed6339a63f1a0d06efe619
31-08-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 e4983693d46..41f0f048a2c 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -809,6 +809,9 @@ 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/jcmd/JcmdOutputEncodingTest.java 8273187 generic-all +sun/tools/jstack/BasicJStackTest.java 8273187 generic-all + ############################################################################ # jdk_other
31-08-2021