RFR: 8281222: ciTypeFlow::profiled_count fails "assert(0 <= i && i < _len) failed: illegal index"

Roland Westrelin roland at openjdk.java.net
Mon Mar 21 15:12:32 UTC 2022


On Mon, 21 Mar 2022 14:45:40 GMT, Rickard Bäckman <rbackman at openjdk.org> wrote:

> This failed in Project Loom with a specific version of TestNG. 
> 
> The root cause is that the block that is considered tail doesn't have any _successors, but a couple of _exception "successors".

Looks good to me. A test case would be nice.

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

Marked as reviewed by roland (Reviewer).

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


More information about the hotspot-compiler-dev mailing list