RFR: 8365550: JFR: The active-settings view should not use LAST_BATCH

Markus Grönlund mgronlun at openjdk.org
Mon Aug 18 13:40:13 UTC 2025


On Sun, 17 Aug 2025 19:08:58 GMT, Erik Gahlin <egahlin at openjdk.org> wrote:

> Could I have a review of a 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

Marked as reviewed by mgronlun (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/26813#pullrequestreview-3128406055


More information about the hotspot-jfr-dev mailing list