RFR: 8254269: simplify Node::disconnect_inputs [v3]
Xin Liu
xliu at openjdk.java.net
Mon Oct 12 16:54:16 UTC 2020
On Sat, 10 Oct 2020 15:12:25 GMT, Claes Redestad <redestad at openjdk.org> wrote:
>> Xin Liu has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8254269: simplify Node::disconnect_inputs
>
> src/hotspot/share/opto/node.cpp line 909:
>
>> 907: uint max = len();
>> 908: for( uint i = 0; i < max; ++i ) {
>> 909: if( in(i) == nullptr ) continue;
>
> Same here
I have updated it. thanks.
-------------
PR: https://git.openjdk.java.net/jdk/pull/589
More information about the hotspot-compiler-dev
mailing list