RFR: 8337789: JEP 509: JFR CPU-Time Profiling (Experimental) [v47]
Kerem Kat
krk at openjdk.org
Tue May 13 16:36:02 UTC 2025
On Mon, 5 May 2025 14:22:07 GMT, Johannes Bechberger <jbechberger at openjdk.org> wrote:
>> This is the code for the [JEP draft: CPU Time based profiling for JFR].
>>
>> Currently tested using [this test suite](https://github.com/parttimenerd/basic-profiler-tests).
>>
>> A version based on the cooperative sampling JEP can be found [here](https://github.com/parttimenerd/jdk/tree/parttimenerd_cooperative_cpu_time_sampler).
>
> Johannes Bechberger has updated the pull request incrementally with one additional commit since the last revision:
>
> Simplify local trace stack
I wasn't able to observe that assertion without the current PR's changes, on the parent 811f117ce396ac7aafd71f5618f2de96bb96f311. Is it possible that the current PR is making it more likely to assert at `make_walkable`?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20752#issuecomment-2877231638
More information about the hotspot-dev
mailing list