Integrated: 8257231: assert(!is_mcall || (call_returns[block->_pre_order] <= (uint) current_offset))
Patric Hedlin
phedlin at openjdk.java.net
Tue Dec 1 14:19:57 UTC 2020
On Tue, 1 Dec 2020 11:43:36 GMT, Patric Hedlin <phedlin 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.
This pull request has now been integrated.
Changeset: e3d0f270
Author: Patric Hedlin <phedlin at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/e3d0f270
Stats: 5 lines in 1 file changed: 3 ins; 2 del; 0 mod
8257231: assert(!is_mcall || (call_returns[block->_pre_order] <= (uint) current_offset))
Reviewed-by: shade, chagedorn
-------------
PR: https://git.openjdk.java.net/jdk/pull/1537
More information about the hotspot-compiler-dev
mailing list