RFR: 8264805: Remove the experimental Ahead-of-Time Compiler [v4]
Vladimir Kozlov
kvn at openjdk.java.net
Fri Apr 9 19:09:25 UTC 2021
On Fri, 9 Apr 2021 16:34:58 GMT, Igor Veresov <iveresov 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/share/jvmci/jvmciCodeInstaller.cpp line 1184:
>
>> 1182: }
>> 1183: } else if (jvmci_env()->isa_HotSpotMetaspaceConstantImpl(constant)) {
>> 1184: if (!_immutable_pic_compilation) {
>
> All _immutable_pic_compilation mentions can be removed as well. It is true only for AOT compiles produced by Graal. It's never going to be used without AOT.
Done. I removed _immutable_pic_compilation in JVMCI in Hotspot.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3398
More information about the serviceability-dev
mailing list