Integrated: 8281222: ciTypeFlow::profiled_count fails "assert(0 <= i && i < _len) failed: illegal index"
Rickard Bäckman
rbackman at openjdk.java.net
Mon Mar 28 07:36:47 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".
This pull request has now been integrated.
Changeset: 66f1da18
Author: Rickard Bäckman <rbackman at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/66f1da188514dc111e417c7e8071f051a9c9cc9e
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8281222: ciTypeFlow::profiled_count fails "assert(0 <= i && i < _len) failed: illegal index"
Reviewed-by: roland, chagedorn, thartmann
-------------
PR: https://git.openjdk.java.net/jdk/pull/7892
More information about the hotspot-compiler-dev
mailing list