RFR: 8337789: JEP 509: JFR CPU-Time Profiling (Experimental) [v47]
Johannes Bechberger
jbechberger at openjdk.org
Tue May 13 10:28:07 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
That's a known issue of all signal handler based stack walking, as the assertion happens directly after the check and this might be interleaved with a signal handler doing the same. We can (in my opinion) safely ignore this assertion.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20752#issuecomment-2875929533
More information about the hotspot-dev
mailing list