hg: jdk9/hs-comp/hotspot: 8073792: assert((get_length_if_constant(phase) == -1) == !ary_src->size()->is_con()) failed: inconsistent

roland.westrelin at oracle.com roland.westrelin at oracle.com
Wed Feb 25 22:11:57 UTC 2015


Changeset: 50ac03d16c22
Author:    roland
Date:      2015-02-25 10:44 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/50ac03d16c22

8073792: assert((get_length_if_constant(phase) == -1) == !ary_src->size()->is_con()) failed: inconsistent
Summary: assert in array copy code broken when array size becomes known during igvn
Reviewed-by: kvn, vlivanov

! src/share/vm/opto/arraycopynode.cpp
+ test/compiler/arraycopy/TestArrayCloneBadAssert.java
! test/compiler/arraycopy/TestArrayCopyAsLoadsStores.java



More information about the jdk9-hs-comp-changes mailing list