RFR: 8358619: Fix interval recomputation in CPU Time Profiler [v3]
Jaroslav Bachorik
jbachorik at openjdk.org
Mon Jul 14 12:50: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 jbachorik (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/25775#pullrequestreview-3016245614
More information about the hotspot-jfr-dev
mailing list