Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8027499 | 8 | Morris Meyer | P4 | Resolved | Fixed | b114 |
VerifyOops fails when metadata is passed
bus2001110% ~/jdk1.8.0/fastdebug/bin/java -XX:+VerifyOops -Xcomp
=============== DEBUG MESSAGE: broken oop tmp1 at offset 264 (/HUDSON/workspace/2-build-solaris-sparc/jdk8/3240/hotspot/src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp:2582) ================
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/macroAssembler_sparc.cpp:1684
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/HUDSON/workspace/2-build-solaris-sparc/jdk8/3240/hotspot/src/cpu/sparc/vm/macroAssembler_sparc.cpp:1684), pid=17444, tid=2
# assert(false) failed: DEBUG MESSAGE: broken oop tmp1 at offset 264 (/HUDSON/workspace/2-build-solaris-sparc/jdk8/3240/hotspot/src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp:2582)
#
# JRE version: Java(TM) SE Runtime Environment (8.0-b76) (build 1.8.0-ea-fastdebug-b76)
# Java VM: Java HotSpot(TM) Server VM (25.0-b17-fastdebug compiled mode solaris-sparc )
# Core dump written. Default location: /home/vdanushe/specjvm/core or core.17444
#
another failure is triggered by verifying OOPs in mem2reg.
ILW -> ??L -> HHL = P2
I: ? (High)
L: ? (High)
W: Low
bus2001110% ~/jdk1.8.0/fastdebug/bin/java -XX:+VerifyOops -Xcomp
=============== DEBUG MESSAGE: broken oop tmp1 at offset 264 (/HUDSON/workspace/2-build-solaris-sparc/jdk8/3240/hotspot/src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp:2582) ================
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/macroAssembler_sparc.cpp:1684
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/HUDSON/workspace/2-build-solaris-sparc/jdk8/3240/hotspot/src/cpu/sparc/vm/macroAssembler_sparc.cpp:1684), pid=17444, tid=2
# assert(false) failed: DEBUG MESSAGE: broken oop tmp1 at offset 264 (/HUDSON/workspace/2-build-solaris-sparc/jdk8/3240/hotspot/src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp:2582)
#
# JRE version: Java(TM) SE Runtime Environment (8.0-b76) (build 1.8.0-ea-fastdebug-b76)
# Java VM: Java HotSpot(TM) Server VM (25.0-b17-fastdebug compiled mode solaris-sparc )
# Core dump written. Default location: /home/vdanushe/specjvm/core or core.17444
#
another failure is triggered by verifying OOPs in mem2reg.
ILW -> ??L -> HHL = P2
I: ? (High)
L: ? (High)
W: Low
- backported by
-
JDK-8027499 VerifyOops fails on SPARC
- Resolved
- relates to
-
JDK-8026837 C1: metadata klass pointers should be of type T_METADATA
- Open