RFR: 8256730: Code that uses Object.checkIndex() range checks doesn't optimize well [v3]
Roland Westrelin
roland at openjdk.java.net
Fri Dec 4 14:11:39 UTC 2020
On Fri, 4 Dec 2020 12:12:59 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:
>> Roland Westrelin has updated the pull request incrementally with one additional commit since the last revision:
>>
>> CastII pushed thru chain of AddIs
>
> src/hotspot/share/opto/convertnode.cpp line 33:
>
>> 31: #include "opto/subnode.hpp"
>> 32: #include "runtime/sharedRuntime.hpp"
>> 33: #include "compile.hpp"
>
> Redundant or `opto/compile.hpp`?
Right. That one doesn't seem required.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1342
More information about the hotspot-compiler-dev
mailing list