RFR: 8342818: Implement JEP 509: JFR CPU-Time Profiling [v5]
Markus Grönlund
mgronlun at openjdk.org
Mon May 26 08:16:10 UTC 2025
On Mon, 26 May 2025 06:23:08 GMT, Johannes Bechberger <jbechberger at openjdk.org> wrote:
>> You can have a field as a pointer: timer_t* timer and test it, timer != nullptr.
>
> Wouldn't I need to store it somewhere?
Of course. A pointer is less space compared to an inlined struct AND a bool.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25302#discussion_r2106793364
More information about the hotspot-jfr-dev
mailing list