Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8199972 | openjdk7u | Andrew Hughes | P4 | Resolved | Fixed | master |
make[6]: Leaving directory '/mnt/builder/openjdk7-debug/hotspot/outputdir/linux_amd64_zero/jvmg'
cd linux_amd64_zero/jvmg && ./test_gamma
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/bytecodeInterpreter.cpp:524
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/home/andrew/projects/openjdk/upstream/jdk7/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp:524), pid=32187, tid=140530574698240
# assert(labs(istate->_stack_base - istate->_stack_limit) == (istate->_method->max_stack() + extra_stack_entries + 1)) failed: bad stack limit
#
# JRE version: (6.0_41-b41) (build )
# Java VM: OpenJDK 64-Bit Zero VM (24.95-b00-jvmg interpreted mode linux-amd64 )
# Core dump written. Default location: /mnt/builder/openjdk7-debug/hotspot/outputdir/linux_amd64_zero/jvmg/core or core.32187
#
# An error report file with more information is saved as:
# /mnt/builder/openjdk7-debug/hotspot/outputdir/linux_amd64_zero/jvmg/hs_err_pid32187.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
Using java runtime at: /usr/lib/jvm/icedtea-6/jre
Current thread is 140530574698240
Dumping core ...
cd linux_amd64_zero/jvmg && ./test_gamma
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/bytecodeInterpreter.cpp:524
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/home/andrew/projects/openjdk/upstream/jdk7/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp:524), pid=32187, tid=140530574698240
# assert(labs(istate->_stack_base - istate->_stack_limit) == (istate->_method->max_stack() + extra_stack_entries + 1)) failed: bad stack limit
#
# JRE version: (6.0_41-b41) (build )
# Java VM: OpenJDK 64-Bit Zero VM (24.95-b00-jvmg interpreted mode linux-amd64 )
# Core dump written. Default location: /mnt/builder/openjdk7-debug/hotspot/outputdir/linux_amd64_zero/jvmg/core or core.32187
#
# An error report file with more information is saved as:
# /mnt/builder/openjdk7-debug/hotspot/outputdir/linux_amd64_zero/jvmg/hs_err_pid32187.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
Using java runtime at: /usr/lib/jvm/icedtea-6/jre
Current thread is 140530574698240
Dumping core ...
- backported by
-
JDK-8199972 Zero debug build fails on "assert(labs(istate->_stack_base - istate->_stack_limit) == (istate->_method->max_stack() + extra_stack_entries + 1)) failed: bad stack limit"
- Resolved
- relates to
-
JDK-8165807 PPC64: Backport PPC64 port to OpenJDK 7
- Resolved