-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
8
-
x86_64
-
linux_ubuntu
ADDITIONAL SYSTEM INFORMATION :
# JRE version: OpenJDK Runtime Environment (8.0_392) (build 1.8.0_392-internal-fastdebug-b00)
# Java VM: OpenJDK 64-Bit Server VM (25.392-b00-fastdebug compiled mode linux-amd64 compressed oops)
A DESCRIPTION OF THE PROBLEM :
I ran a regression test on JDK8u392 and found that the JVM crashed with -Xcomp options.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/data/jdk8u/hotspot/src/share/vm/opto/loopTransform.cpp:2105), pid=22541, tid=0x00007f6bced5d700
# assert(iv == NULL) failed: Too many phis
#
# JRE version: OpenJDK Runtime Environment (8.0_392) (build 1.8.0_392-internal-fastdebug-b00)
# Java VM: OpenJDK 64-Bit Server VM (25.392-b00-fastdebug compiled mode linux-amd64 compressed oops)
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
java -Xcomp compiler.loopopts.TestEmptyLoopMultiplePhis
ACTUAL -
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/loopTransform.cpp:2105
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/data/jdk8u/hotspot/src/share/vm/opto/loopTransform.cpp:2105), pid=93139, tid=0x00007f1919848700
# assert(iv == NULL) failed: Too many phis
#
# JRE version: OpenJDK Runtime Environment (8.0_392) (build 1.8.0_392-internal-fastdebug-b00)
# Java VM: OpenJDK 64-Bit Server VM (25.392-b00-fastdebug compiled mode linux-amd64 compressed oops)
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/repository/toreport/TestEmptyLoopMultiplePhis_09_28_10_52_21/hs_err_pid93139.log
#
# Compiler replay data is saved as:
# /home/repository/toreport/TestEmptyLoopMultiplePhis_09_28_10_52_21/replay_pid93139.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
---------- BEGIN SOURCE ----------
---------- END SOURCE ----------
FREQUENCY : always
# JRE version: OpenJDK Runtime Environment (8.0_392) (build 1.8.0_392-internal-fastdebug-b00)
# Java VM: OpenJDK 64-Bit Server VM (25.392-b00-fastdebug compiled mode linux-amd64 compressed oops)
A DESCRIPTION OF THE PROBLEM :
I ran a regression test on JDK8u392 and found that the JVM crashed with -Xcomp options.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/data/jdk8u/hotspot/src/share/vm/opto/loopTransform.cpp:2105), pid=22541, tid=0x00007f6bced5d700
# assert(iv == NULL) failed: Too many phis
#
# JRE version: OpenJDK Runtime Environment (8.0_392) (build 1.8.0_392-internal-fastdebug-b00)
# Java VM: OpenJDK 64-Bit Server VM (25.392-b00-fastdebug compiled mode linux-amd64 compressed oops)
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
java -Xcomp compiler.loopopts.TestEmptyLoopMultiplePhis
ACTUAL -
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/loopTransform.cpp:2105
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/data/jdk8u/hotspot/src/share/vm/opto/loopTransform.cpp:2105), pid=93139, tid=0x00007f1919848700
# assert(iv == NULL) failed: Too many phis
#
# JRE version: OpenJDK Runtime Environment (8.0_392) (build 1.8.0_392-internal-fastdebug-b00)
# Java VM: OpenJDK 64-Bit Server VM (25.392-b00-fastdebug compiled mode linux-amd64 compressed oops)
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/repository/toreport/TestEmptyLoopMultiplePhis_09_28_10_52_21/hs_err_pid93139.log
#
# Compiler replay data is saved as:
# /home/repository/toreport/TestEmptyLoopMultiplePhis_09_28_10_52_21/replay_pid93139.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
---------- BEGIN SOURCE ----------
---------- END SOURCE ----------
FREQUENCY : always
- duplicates
-
JDK-8298118 split-if optimization causes empty loop to temporarily have more than one phi
- Resolved