RFR: 8342818: Implement CPU Time Profiling for JFR [v11]
Johannes Bechberger
jbechberger at openjdk.org
Wed Nov 6 13:08:04 UTC 2024
On Wed, 6 Nov 2024 12:54:10 GMT, Erik Gahlin <egahlin at openjdk.org> wrote:
>>> Aha - so even if the event is not decorated with stackTrace=true in metadata.xml, it has an explicit field with the same name "StackTrace".
>>
>> Yes.
>>
>>> Wonder why this should be handled differently from ExecutionSample?
>>
>> You're not the only one. I'm looking into it today.
>
> Could it be that the ExecutionSample is a periodic event, CPUTimeSample is not.
That makes sense. But can I just keep the code that I wrote then?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20752#discussion_r1830985372
More information about the hotspot-dev
mailing list