Integrated: 8257631: C2: Assertion failure in ArrayCopyNode::get_count() during late inlining

Vladimir Ivanov vlivanov at openjdk.java.net
Fri Dec 4 07:58:56 UTC 2020


On Wed, 2 Dec 2020 21:45:57 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:

> The problematic assert in ArrayCopyNode::get_count() is specifically targeted at parsing phase, but it doesn't filter out late inlining which exposes the problematic IR shape the assert guards against.
> 
> Testing:
> - [x] hs-tier1-6 w/ -XX:+AlwaysIncrementalInline

This pull request has now been integrated.

Changeset: f33808ff
Author:    Vladimir Ivanov <vlivanov at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/f33808ff
Stats:     2 lines in 1 file changed: 0 ins; 0 del; 2 mod

8257631: C2: Assertion failure in ArrayCopyNode::get_count() during late inlining

Reviewed-by: neliasso, kvn, thartmann

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

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


More information about the hotspot-compiler-dev mailing list