-
Bug
-
Resolution: Fixed
-
P3
-
hs23
-
b08
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2218998 | 8 | Igor Veresov | P3 | Resolved | Fixed | b18 |
JDK-2219042 | 7u4 | Igor Veresov | P3 | Closed | Fixed | b05 |
Reproducible with hs23b06.
When TieredCompilation is on VM crashes in fastdebug with
;; Using jvm: "/export/local/common/jdk/baseline/linux-i586/jre/lib/i386/server/libjvm.so"
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/tmp/jprt/P2/001807.kvn/source/src/share/vm/opto/memnode.cpp:293), pid=17420, tid=3424340880
# assert(base == NULL || t_adr->isa_rawptr() || !phase->type(base)->higher_equal(TypePtr::NULL_PTR)) failed: NULL+offs not RAW address?
#
# JRE version: 7.0-b147
# Java VM: Java HotSpot(TM) Server VM (23.0-b06-internal-201111290018.kvn.7112478-fastdebug mixed mode linux-x86 )
# Core dump written. Default location: /export/local/56583.JDK7.NIGHTLY.VM_linux-i586_jr_server_mixed_testlist.app/results/ResultDir/fruitRulesOBR/core or core.17420
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
#
When TieredCompilation is on VM crashes in fastdebug with
;; Using jvm: "/export/local/common/jdk/baseline/linux-i586/jre/lib/i386/server/libjvm.so"
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/tmp/jprt/P2/001807.kvn/source/src/share/vm/opto/memnode.cpp:293), pid=17420, tid=3424340880
# assert(base == NULL || t_adr->isa_rawptr() || !phase->type(base)->higher_equal(TypePtr::NULL_PTR)) failed: NULL+offs not RAW address?
#
# JRE version: 7.0-b147
# Java VM: Java HotSpot(TM) Server VM (23.0-b06-internal-201111290018.kvn.7112478-fastdebug mixed mode linux-x86 )
# Core dump written. Default location: /export/local/56583.JDK7.NIGHTLY.VM_linux-i586_jr_server_mixed_testlist.app/results/ResultDir/fruitRulesOBR/core or core.17420
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
#
- backported by
-
JDK-2218998 Tiered: assert(base == NULL || t_adr->isa_rawptr() || !phase->type(base)->higher_equal(TypePtr:
-
- Resolved
-
-
JDK-2219042 Tiered: assert(base == NULL || t_adr->isa_rawptr() || !phase->type(base)->higher_equal(TypePtr:
-
- Closed
-
- relates to
-
JDK-8313717 C2: assert(false) failed: infinite loop in PhaseIterGVN::optimize
-
- Closed
-