JDK-8296822 : ProblemList jdk/jfr/api/consumer/TestRecordingFileWrite.java
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: jfr
  • Affected Version: 20
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2022-11-10
  • Updated: 2022-11-10
  • Resolved: 2022-11-10
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 20
20 masterFixed
Description
In order to reduce the noise in the JDK20 CI, I'm ProblemListing:

jdk/jfr/api/consumer/TestRecordingFileWrite.java

on all platforms.
Comments
Changeset: 43ebd963 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2022-11-10 23:05:31 +0000 URL: https://git.openjdk.org/jdk/commit/43ebd9630113e684b99ac8a1e5769d445e0af76f
10-11-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/11095 Date: 2022-11-10 22:54:54 +0000
10-11-2022

Here's the context diff for the proposed fix: $ git diff diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt index 37211902ba9..46677414a74 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -756,7 +756,7 @@ jdk/jfr/startupargs/TestStartName.java 8214685 windows- jdk/jfr/startupargs/TestStartDuration.java 8214685 windows-x64 jdk/jfr/jvm/TestWaste.java 8282427 generic-all jdk/jfr/api/consumer/recordingstream/TestOnEvent.java 8255404 linux-x64 -jdk/jfr/api/consumer/TestRecordingFileWrite.java 8287699 linux-x64,macosx-x64 +jdk/jfr/api/consumer/TestRecordingFileWrite.java 8287699 generic-all ############################################################################
10-11-2022