RFR: 8358619: Fix interval recomputation in CPU Time Profiler [v3]
Markus Grönlund
mgronlun at openjdk.org
Tue Jul 15 09:31:40 UTC 2025
On Thu, 10 Jul 2025 10:18:36 GMT, Johannes Bechberger <jbechberger at openjdk.org> wrote:
>> Fixes the recomputation issue by passing either the rate or the period directly to the sampler (instead of just the rate value with the period value converted into a rate). This prevents issues when the number of cores changes during the JFR recording.
>
> Johannes Bechberger has updated the pull request incrementally with one additional commit since the last revision:
>
> Commit missing file
Marked as reviewed by mgronlun (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/25775#pullrequestreview-3019521278
More information about the hotspot-jfr-dev
mailing list