RFR: 8350209: Preserve adapters in AOT cache [v12]

Vladimir Kozlov kvn at openjdk.org
Wed Apr 30 23:55:48 UTC 2025


On Wed, 30 Apr 2025 22:09:24 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:

>> Vladimir Kozlov has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   address Ioi's comments
>
> src/hotspot/share/runtime/sharedRuntime.cpp line 2780:
> 
>> 2778: 
>> 2779: #ifndef PRODUCT
>> 2780: void AdapterHandlerLibrary::print_adapter_handler_info(AdapterHandlerEntry* handler, AdapterBlob* adapter_blob) {
> 
> Suggestion: pass `tty` explicitly as `outputStream*`
> 
> 
> void AdapterHandlerLibrary::print_adapter_handler_info_on(outptutStream* st, AdapterHandlerEntry* handler, AdapterBlob* adapter_blob) {

Done.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24740#discussion_r2069675872


More information about the hotspot-runtime-dev mailing list