Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2221491 | 8 | Vladimir Kozlov | P4 | Resolved | Fixed | b27 |
JDK-2221532 | 7u4 | Vladimir Kozlov | P4 | Closed | Fixed | b13 |
Both jdk7 and jdk8 have this problem (x86):
% /java/re/jdk/8/latest/binaries/solaris-x64/fastdebug/bin/java -d64 -XX:+VerifyStackAtCalls -Xcomp t
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGILL (0x4) at pc=0xfffffcfff353e35c, pid=17870, tid=2
#
# JRE version: 8.0-b25
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.0-b14-fastdebug compiled mode solaris-amd64 compressed oops)
# Problematic frame:
# J java.lang.System.getProperty(Ljava/lang/String;)Ljava/lang/String;
#
# 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:
# /export/kvn/build/7074975/solaris_amd64_compiler2/jvmg/hs_err_pid17870.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
#
Current thread is 2
Dumping core ...
Abort
% /java/re/jdk/8/latest/binaries/solaris-x64/fastdebug/bin/java -server -XX:+VerifyStackAtCalls -Xcomp t
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/handles.cpp:50
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/tmp/workspace/jdk8-2-build-solaris-i586-product/jdk8/hotspot/src/share/vm/runtime/handles.cpp:50), pid=17871, tid=2
# assert(SharedSkipVerify || obj->is_oop()) failed: sanity check
#
# JRE version: 8.0-b25
# Java VM: Java HotSpot(TM) Server VM (23.0-b14-fastdebug compiled mode solaris-x86 )
# 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:
# /export/kvn/build/7074975/solaris_amd64_compiler2/jvmg/hs_err_pid17871.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
#
Current thread is 2
Dumping core ...
Abort
% /java/re/jdk/8/latest/binaries/solaris-x64/fastdebug/bin/java -d64 -XX:+VerifyStackAtCalls -Xcomp t
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGILL (0x4) at pc=0xfffffcfff353e35c, pid=17870, tid=2
#
# JRE version: 8.0-b25
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.0-b14-fastdebug compiled mode solaris-amd64 compressed oops)
# Problematic frame:
# J java.lang.System.getProperty(Ljava/lang/String;)Ljava/lang/String;
#
# 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:
# /export/kvn/build/7074975/solaris_amd64_compiler2/jvmg/hs_err_pid17870.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
#
Current thread is 2
Dumping core ...
Abort
% /java/re/jdk/8/latest/binaries/solaris-x64/fastdebug/bin/java -server -XX:+VerifyStackAtCalls -Xcomp t
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/handles.cpp:50
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/tmp/workspace/jdk8-2-build-solaris-i586-product/jdk8/hotspot/src/share/vm/runtime/handles.cpp:50), pid=17871, tid=2
# assert(SharedSkipVerify || obj->is_oop()) failed: sanity check
#
# JRE version: 8.0-b25
# Java VM: Java HotSpot(TM) Server VM (23.0-b14-fastdebug compiled mode solaris-x86 )
# 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:
# /export/kvn/build/7074975/solaris_amd64_compiler2/jvmg/hs_err_pid17871.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
#
Current thread is 2
Dumping core ...
Abort
- backported by
-
JDK-2221491 VerifyStackAtCalls is broken
-
- Resolved
-
-
JDK-2221532 VerifyStackAtCalls is broken
-
- Closed
-