RFR: 8377665: JFR: Symbol table not setup for early class unloading [v2]

Markus Grönlund mgronlun at openjdk.org
Wed Feb 18 11:08:22 UTC 2026


On Thu, 12 Feb 2026 08:25:53 GMT, Stefan Johansson <sjohanss at openjdk.org> wrote:

>> Joel Sikström has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Markus _initial_type_set feedback
>
> src/hotspot/share/jfr/recorder/jfrRecorder.cpp line 111:
> 
>> 109:     return false;
>> 110:   }
>> 111: 
> 
> Could/should this be moved in under `is_started_on_commandline()` like for the check point manager above?
> 
> From what I understand, the only time we can get to the problematic case with an uninitialized table is when started on the command-line and it would then make sense to only do this initialization for this case. Or am I missing something?

You are right here, Stefan.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/29672#discussion_r2821716347


More information about the hotspot-jfr-dev mailing list