JDK-8289857 : ProblemList jdk/jfr/event/runtime/TestActiveSettingEvent.java
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: jfr
  • Affected Version: 19
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2022-07-06
  • Updated: 2022-07-27
  • Resolved: 2022-07-06
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 b30Fixed 20Fixed
Description
In order to reduce the noise in the JDK19 and JDK20 CIs, I'm ProblemListing:

jdk/jfr/event/runtime/TestActiveSettingEvent.java

on all configs.
Comments
Changeset: 55fa19b5 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2022-07-06 20:52:25 +0000 URL: https://git.openjdk.org/jdk19/commit/55fa19b508ab4d760d1c5ff71e37399c3b79d85c
06-07-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk19/pull/117 Date: 2022-07-06 20:45:22 +0000
06-07-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 e79a9c5595a..a67d4937b48 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -758,6 +758,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/event/runtime/TestActiveSettingEvent.java 8287832 generic-all ############################################################################
06-07-2022