RFR: 8350209: Preserve adapters in AOT cache [v12]
    Vladimir Kozlov 
    kvn at openjdk.org
       
    Thu May  1 00:07:48 UTC 2025
    
    
  
On Wed, 30 Apr 2025 22:54:38 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/code/aotCodeCache.cpp line 69:
> 
>> 67:     vm_abort(false);
>> 68:   }
>> 69:   log_info(aot, codecache, exit)("Unable to create AOT Code Cache.");
> 
> Same here (`log_warning`?).
I will remove `exit_vm_on_` from these 2 methods to avoid confusion. And will add comment.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24740#discussion_r2069684684
    
    
More information about the hotspot-compiler-dev
mailing list