-
Bug
-
Resolution: Fixed
-
P4
-
11, 13, 14
-
b23
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8246461 | 13.0.4 | Martin Doerr | P4 | Resolved | Fixed | b04 |
JDK-8234243 | 11.0.7-oracle | Martin Doerr | P4 | Resolved | Fixed | b01 |
JDK-8234579 | 11.0.6 | Martin Doerr | P4 | Resolved | Fixed | b05 |
Assertion
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (open/src/hotspot/share/c1/c1_GraphBuilder.cpp:2594), pid=28205, tid=28222
# assert(phi->operand_count() != 1 || phi->subst() != phi) failed: missed trivial simplification
#
# JRE version: Java(TM) SE Runtime Environment (14.0) (fastdebug build 14-internal+0-2019-11-06-2354461.lmesnik.ks-apps)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 14-internal+0-2019-11-06-2354461.lmesnik.ks-apps, compiled mode, tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# V [libjvm.so+0x7263f9] PhiSimplifier::block_do(BlockBegin*)+0x809
#
# Core dump will be written. Default location: Core dumps may be processed with "/usr/libexec/abrt-hook-ccpp %s %c %p %u %g %t e %P %I %h" (or dumping to /home/lmesnik/Downloads/jittester/JTwork/scratch/core.28205)
#
# If you would like to submit a bug report, please visit:
# https://bugreport.java.com/bugreport/crash.jsp
#
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (open/src/hotspot/share/c1/c1_GraphBuilder.cpp:2594), pid=28205, tid=28222
# assert(phi->operand_count() != 1 || phi->subst() != phi) failed: missed trivial simplification
#
# JRE version: Java(TM) SE Runtime Environment (14.0) (fastdebug build 14-internal+0-2019-11-06-2354461.lmesnik.ks-apps)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 14-internal+0-2019-11-06-2354461.lmesnik.ks-apps, compiled mode, tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# V [libjvm.so+0x7263f9] PhiSimplifier::block_do(BlockBegin*)+0x809
#
# Core dump will be written. Default location: Core dumps may be processed with "/usr/libexec/abrt-hook-ccpp %s %c %p %u %g %t e %P %I %h" (or dumping to /home/lmesnik/Downloads/jittester/JTwork/scratch/core.28205)
#
# If you would like to submit a bug report, please visit:
# https://bugreport.java.com/bugreport/crash.jsp
#
- backported by
-
JDK-8234243 Test crashed with assert(phi->operand_count() != 1 || phi->subst() != phi) failed: missed trivial simplification
- Resolved
-
JDK-8234579 Test crashed with assert(phi->operand_count() != 1 || phi->subst() != phi) failed: missed trivial simplification
- Resolved
-
JDK-8246461 Test crashed with assert(phi->operand_count() != 1 || phi->subst() != phi) failed: missed trivial simplification
- Resolved
- relates to
-
JDK-8214352 C1: Unnecessary "compilation bailout: block join failed" with JVMTI
- Resolved