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

Vladimir Kozlov kvn at openjdk.java.net
Fri Apr 9 18:32:26 UTC 2021


On Fri, 9 Apr 2021 08:32:59 GMT, Aleksey Shipilev <shade 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/code/compiledIC.cpp line 715:
> 
>> 713:     tty->print("interpreted");
>> 714:   } else {
>> 715:     tty->print("unknown");
> 
> We can probably split this cleanup into the minor issue, your call. The benefit of separate issue: backportability.

Reverted and filed https://bugs.openjdk.java.net/browse/JDK-8265013

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

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


More information about the serviceability-dev mailing list