RFR: 8365550: JFR: The active-settings view should not use LAST_BATCH
Erik Gahlin
egahlin at openjdk.org
Sun Aug 17 19:20:01 UTC 2025
Could I have a review of the change that updates the active-settings query to use LAST instead of LAST_BATCH?
The problem with using LAST_BATCH is that it doesn’t work with older recordings where the jdk.ActiveSetting event was not emitted as a batch, or with later recordings where a single setting is changed programmatically.
Testing: jdk/jdk/jfr
Thanks
Erik
-------------
Commit messages:
- Initial
Changes: https://git.openjdk.org/jdk/pull/26813/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=26813&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8365550
Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod
Patch: https://git.openjdk.org/jdk/pull/26813.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/26813/head:pull/26813
PR: https://git.openjdk.org/jdk/pull/26813
More information about the hotspot-jfr-dev
mailing list