[jdk17u-dev] RFR: 8287832: jdk/jfr/event/runtime/TestActiveSettingEvent.java failed with "Expected two batches of Active Setting events"

Dmitry Chuyko dchuyko at openjdk.org
Wed Nov 29 19:02:34 UTC 2023


This is an addition to https://github.com/openjdk/jdk17u-dev/pull/1986 and https://github.com/openjdk/jdk17u-dev/pull/1992
Having disabled events in recordings is also quite unexpected.

The patch is very close to the original one.  jfrEvent.hpp is slightly different because of virtual threads absence (no JfrThreadLocal::is_included()), and ProblemList.txt in 17 doesn't contain TestActiveSettingEvent.

Testing: tier1, tier2, jdk_jfr, gc/stress/jfr (linux-aarch64 fastdebug).

-------------

Commit messages:
 - Backport 4df4a1f8e238ebf49d4b0e1e102ccdc3cdb82de9
 - Backport 4df4a1f8e238ebf49d4b0e1e102ccdc3cdb82de9

Changes: https://git.openjdk.org/jdk17u-dev/pull/2002/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=2002&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8287832
  Stats: 32 lines in 3 files changed: 10 ins; 10 del; 12 mod
  Patch: https://git.openjdk.org/jdk17u-dev/pull/2002.diff
  Fetch: git fetch https://git.openjdk.org/jdk17u-dev.git pull/2002/head:pull/2002

PR: https://git.openjdk.org/jdk17u-dev/pull/2002


More information about the jdk-updates-dev mailing list