RFR: 8272377: assert preconditions that are ensured when created in add_final_edges [v2]
Yi Yang
yyang at openjdk.java.net
Thu Aug 19 07:07:24 UTC 2021
On Thu, 19 Aug 2021 06:05:56 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
>> Yi Yang has updated the pull request incrementally with one additional commit since the last revision:
>>
>> use Unexpected node type message
>
> src/hotspot/share/opto/escape.cpp line 877:
>
>> 875: #ifdef ASSERT
>> 876: n->dump(1);
>> 877: assert(false, "not unsafe");
>
> Indentation is wrong.
Thanks for the review, Tobias! All changed.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5101
More information about the hotspot-compiler-dev
mailing list