On Fri, 9 Apr 2021 16:34:58 GMT, Igor Veresov <[email protected]> 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