Java 9 fastdebug build crash with the following options:
java -Xcomp -XX:-ReduceInitialCardMarks
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/macroArrayCopy.cpp:510
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/HUDSON/workspace/9-2-build-linux-amd64/jdk9/2717/hotspot/src/share/vm/opto/macroArrayCopy.cpp:510), pid=476, tid=0x00007f567e543700
# assert(src_klass != __null && dest_klass != __null) failed: should have klasses
#
# JRE version: Java(TM) SE Runtime Environment (9.0-b65) (build 1.9.0-ea-fastdebug-b65)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.9.0-ea-fastdebug-b65 compiled mode linux-amd64 compressed oops)
# Core dump will be written. Core dumps may be processed with "/usr/share/apport/apport %p %s %c %P" (or dumping to /home/dmitry/bundles/jdk9/b65/jdk1.9.0/fastdebug/bin/core.476)
#
...
hs_err_pid476.log and replay_pid476.log are attached.
java -Xcomp -XX:-ReduceInitialCardMarks
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/macroArrayCopy.cpp:510
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/HUDSON/workspace/9-2-build-linux-amd64/jdk9/2717/hotspot/src/share/vm/opto/macroArrayCopy.cpp:510), pid=476, tid=0x00007f567e543700
# assert(src_klass != __null && dest_klass != __null) failed: should have klasses
#
# JRE version: Java(TM) SE Runtime Environment (9.0-b65) (build 1.9.0-ea-fastdebug-b65)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.9.0-ea-fastdebug-b65 compiled mode linux-amd64 compressed oops)
# Core dump will be written. Core dumps may be processed with "/usr/share/apport/apport %p %s %c %P" (or dumping to /home/dmitry/bundles/jdk9/b65/jdk1.9.0/fastdebug/bin/core.476)
#
...
hs_err_pid476.log and replay_pid476.log are attached.
- relates to
-
JDK-8156760 VM crashes if -XX:-ReduceInitialCardMarks is set
-
- Resolved
-