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

Erik Gahlin egahlin at openjdk.org
Mon Aug 18 15:46:15 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 pull request has now been integrated.

Changeset: 2a16cc89
Author:    Erik Gahlin <egahlin at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/2a16cc890b99652a37b2e220dd61875063328b36
Stats:     3 lines in 1 file changed: 0 ins; 0 del; 3 mod

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

Reviewed-by: shade, mgronlun

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

PR: https://git.openjdk.org/jdk/pull/26813


More information about the hotspot-jfr-dev mailing list