RFR: 8358619: Fix interval recomputation in CPU Time Profiler [v3]
Johannes Bechberger
jbechberger at openjdk.org
Thu Jul 10 10:18:36 UTC 2025
> 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
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/25775/files
- new: https://git.openjdk.org/jdk/pull/25775/files/781e3dd3..ba40ca8f
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=25775&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=25775&range=01-02
Stats: 115 lines in 1 file changed: 115 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/25775.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/25775/head:pull/25775
PR: https://git.openjdk.org/jdk/pull/25775
More information about the hotspot-jfr-dev
mailing list