RFR: 8260577: Unused code in AbstractCompiler after Shark compiler removal [v2]

Tobias Hartmann thartmann at openjdk.java.net
Thu Jan 28 10:11:03 UTC 2021


On Thu, 28 Jan 2021 09:51:23 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

>> Tobias Hartmann has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Removed CICompileNatives and CICompileOSR
>
> Looks fine. I do wonder if `CICompileOSR` and `CICompileNatives` were also for Shark, and maybe the flags and their relevant blocks could be eliminated as well.

Thanks for looking at this Aleksey.

> Looks fine. I do wonder if CICompileOSR and CICompileNatives were also for Shark, and maybe the flags and their relevant blocks could be eliminated as well.

Good point, I think these can go as well. I'll update the PR.

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

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


More information about the hotspot-compiler-dev mailing list