JDK-8259722 : ProblemList two jdk/jfr/startupargs tests on Windows
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 16
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows
  • CPU: x86_64
  • Submitted: 2021-01-13
  • Updated: 2021-01-21
  • Resolved: 2021-01-13
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 b33Fixed 17Fixed
Description
I'm in the process of reduce noise in the JDK16 CI. 
JDK-8214685 is targeted to tbd so I'm ProblemListing:

jdk/jfr/startupargs/TestStartName.java
jdk/jfr/startupargs/TestStartDuration.java

on Windows to reduce the noise.
Comments
Changeset: fb8ac247 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2021-01-13 18:23:12 +0000 URL: https://git.openjdk.java.net/jdk16/commit/fb8ac247
13-01-2021

Here's the proposed context diff: $ git diff diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt index ed22bf12351..3f9b2dc478f 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -850,6 +850,8 @@ jdk/jfr/event/runtime/TestNetworkUtilizationEvent.java 8228990,8229370 jdk/jfr/event/compiler/TestCodeSweeper.java 8225209 generic-all jdk/jfr/event/os/TestThreadContextSwitches.java 8247776 windows-all jdk/jfr/jmx/streaming/TestRotate.java 8257215 generic-all +jdk/jfr/startupargs/TestStartName.java 8214685 windows-x64 +jdk/jfr/startupargs/TestStartDuration.java 8214685 windows-x64 ############################################################################
13-01-2021