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

Tobias Hartmann thartmann at openjdk.java.net
Wed Mar 23 07:25:29 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. I added the `noreg-hard` label.

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

Marked as reviewed by thartmann (Reviewer).

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


More information about the hotspot-compiler-dev mailing list