RFR: 8264805: Remove the experimental Ahead-of-Time Compiler [v4]

Vladimir Kozlov kvn at openjdk.java.net
Fri Apr 9 17:45:20 UTC 2021


On Fri, 9 Apr 2021 02:44:23 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Vladimir Kozlov has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Remove exports from Graal module to jdk.aot
>
> src/hotspot/cpu/x86/compiledIC_x86.cpp line 134:
> 
>> 132: #ifdef ASSERT
>> 133:   CodeBlob *cb = CodeCache::find_blob_unsafe((address) _call);
>> 134:   assert(cb, "sanity");
> 
> Nit: implied boolean - use "cb != NULL"

done

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

PR: https://git.openjdk.java.net/jdk/pull/3398


More information about the serviceability-dev mailing list