RFR: 8254369: Node::disconnect_inputs may skip precedences

Xin Liu xliu at openjdk.java.net
Thu Oct 15 00:23:14 UTC 2020


On Wed, 14 Oct 2020 23:25:24 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> 8254369: Node::disconnect_inputs may skip precedences
>
> src/hotspot/share/opto/node.cpp line 918:
> 
>> 916:   }
>> 917:
>> 918: #ifndef PRODUCT
> 
> This should be #ifdef ASSERT

got it.  I will update it in next revision.

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

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


More information about the hotspot-compiler-dev mailing list