RFR: 8253756: C2 CompilerThread0 crash in Node::add_req(Node*) [v2]

Roland Westrelin roland at openjdk.java.net
Wed Oct 7 15:20:27 UTC 2020


On Wed, 7 Oct 2020 11:31:30 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:

>> Roland Westrelin has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   remove debugging code
>
> src/hotspot/share/opto/loopnode.cpp line 1729:
> 
>> 1727:     inner_cl->clear_strip_mined();
>> 1728:   }
>> 1729:   igvn->C->print_method(PHASE_DEBUG, 2);
> 
> Looks like a leftover from debugging. Otherwise, the fix looks good.

Good catch. I thought I removed it but obviously didn't. I updated the change. Thanks for the review.

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

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


More information about the hotspot-compiler-dev mailing list