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

Aleksey Shipilev shade at openjdk.org
Mon Aug 18 11:43:12 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

This makes sense, thanks.

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

Marked as reviewed by shade (Reviewer).

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


More information about the hotspot-jfr-dev mailing list