JDK-8289951 : ProblemList jdk/jfr/api/consumer/TestRecordingFileWrite.java on linux-x64 and macosx-x64
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: jfr
  • Affected Version: 19
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux,os_x
  • CPU: x86_64
  • Submitted: 2022-07-07
  • Updated: 2022-07-27
  • Resolved: 2022-07-07
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 19 JDK 20
19 b31Fixed 20Fixed
Description
In order to reduce noise in the JDK19 CI, I'm ProblemListing:

jdk/jfr/api/consumer/TestRecordingFileWrite.java

on linux-x64 and macosx-x64
Comments
Changeset: 1304390b Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2022-07-07 23:09:42 +0000 URL: https://git.openjdk.org/jdk19/commit/1304390b3e7ecb4c87108747defd33d9fc4045c4
07-07-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk19/pull/123 Date: 2022-07-07 22:59:11 +0000
07-07-2022

Context diff for the proposed fix: $ git diff diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt index a67d4937b48..d63d17a32ec 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -759,6 +759,7 @@ jdk/jfr/startupargs/TestStartDuration.java 8214685 windows- jdk/jfr/jvm/TestWaste.java 8282427 generic-all jdk/jfr/api/consumer/recordingstream/TestOnEvent.java 8255404 linux-x64 jdk/jfr/event/runtime/TestActiveSettingEvent.java 8287832 generic-all +jdk/jfr/api/consumer/TestRecordingFileWrite.java 8287699 linux-x64,macosx-x64 ############################################################################
07-07-2022