RFR: 8365550: JFR: The active-settings view should not use LAST_BATCH
Erik Gahlin
egahlin at openjdk.org
Mon Aug 18 15:42: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
Thanks for the reviews.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26813#issuecomment-3197445781
More information about the hotspot-jfr-dev
mailing list