Integrated: 8358619: Fix interval recomputation in CPU Time Profiler
Johannes Bechberger
jbechberger at openjdk.org
Tue Jul 15 11:00:47 UTC 2025
On Thu, 12 Jun 2025 09:27:30 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.
This pull request has now been integrated.
Changeset: c70258ca
Author: Johannes Bechberger <jbechberger at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/c70258ca1cd074392b5bf844bf6f7b80601f45cc
Stats: 208 lines in 10 files changed: 122 ins; 11 del; 75 mod
8358619: Fix interval recomputation in CPU Time Profiler
Reviewed-by: jbachorik, mgronlun
-------------
PR: https://git.openjdk.org/jdk/pull/25775
More information about the hotspot-jfr-dev
mailing list