Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-7145346

VerifyStackAtCalls is broken

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • hs23
    • 8-pool
    • hotspot
    • None
    • b16
    • generic
    • generic
    • Verified

        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

              kvn Vladimir Kozlov
              kvn Vladimir Kozlov
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: