-
Bug
-
Resolution: Fixed
-
P1
-
9
-
b55
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082996 | emb-9 | Roland Westrelin | P1 | Resolved | Fixed | team |
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/arraycopynode.cpp:124
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/opt/jprt/T/P1/093254.rwestrel/s/hotspot/src/share/vm/opto/arraycopynode.cpp:124), pid=14526, tid=3462327152
# assert((get_length_if_constant(phase) == -1) == !ary_src->size()->is_con()) failed: inconsistent
#
# JRE version: Java(TM) SE Runtime Environment (9.0) (build 1.9.0-internal-fastdebug-20150220093254.rwestrel.6912521-b00)
# Java VM: Java HotSpot(TM) Server VM (1.9.0-internal-fastdebug-20150220093254.rwestrel.6912521-b00 mixed mode linux-x86 )
# after -XX: or in .hotspotrc: SuppressErrorAt=/arraycopynode.cpp:124
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/opt/jprt/T/P1/093254.rwestrel/s/hotspot/src/share/vm/opto/arraycopynode.cpp:124), pid=14526, tid=3462327152
# assert((get_length_if_constant(phase) == -1) == !ary_src->size()->is_con()) failed: inconsistent
#
# JRE version: Java(TM) SE Runtime Environment (9.0) (build 1.9.0-internal-fastdebug-20150220093254.rwestrel.6912521-b00)
# Java VM: Java HotSpot(TM) Server VM (1.9.0-internal-fastdebug-20150220093254.rwestrel.6912521-b00 mixed mode linux-x86 )
- backported by
-
JDK-8082996 assert((get_length_if_constant(phase) == -1) == !ary_src->size()->is_con()) failed: inconsistent
-
- Resolved
-
- relates to
-
JDK-6912521 System.arraycopy works slower than the simple loop for little lengths
-
- Resolved
-