JDK-8258802 : ProblemList TestJstatdDefaults.java, TestJstatdRmiPort.java, and TestJstatdServer.java
  • Type: Sub-task
  • Component: core-svc
  • Sub-Component: tools
  • Affected Version: 16
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows
  • CPU: x86_64
  • Submitted: 2020-12-21
  • Updated: 2021-01-20
  • Resolved: 2020-12-22
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 16 JDK 17
16 b30Fixed 17Fixed
Related Reports
Relates :  
Relates :  
Description
The following three tests fail fairly frequently in the JDK16 CI
on the Win* platforms:

sun/tools/jstatd/TestJstatdDefaults.java
sun/tools/jstatd/TestJstatdRmiPort.java
sun/tools/jstatd/TestJstatdServer.java
Comments
Changeset: 88dd6a94 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2020-12-22 13:43:17 +0000 URL: https://git.openjdk.java.net/jdk16/commit/88dd6a94
22-12-2020

Here's the proposed context diff: $ git diff diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt index 7423d148da9..2644c6a0618 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -824,6 +824,10 @@ com/sun/jdi/InvokeHangTest.java 8218463 linux-al sun/tools/jhsdb/BasicLauncherTest.java 8211767 linux-ppc64,linux-ppc64le +sun/tools/jstatd/TestJstatdDefaults.java 8081569,8226420 windows-all +sun/tools/jstatd/TestJstatdRmiPort.java 8226420,8251259 windows-all +sun/tools/jstatd/TestJstatdServer.java 8081569,8226420 windows-all + ############################################################################
21-12-2020