RFR: 8257231: assert(!is_mcall || (call_returns[block->_pre_order] <= (uint) current_offset))
Patric Hedlin
phedlin at openjdk.java.net
Tue Dec 1 14:19:56 UTC 2020
On Tue, 1 Dec 2020 11:58:39 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:
>> The assert is executed directly after an emit-function that might have resulted in failure, and prior to the necessary error/failure detection. Moving the assert till after the failure exit solves the issue.
>
> Looks good.
Thanks for reviewing Aleksey and Christian.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1537
More information about the hotspot-compiler-dev
mailing list