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

[baseline/compiler2/20001013-183659]: CTW assertion at type.hpp, 821 [ Patched ]

XMLWordPrintable

    • sparc
    • solaris_8



      Name: fh87463 Date: 10/17/2000



      Following assertion occur when running Compile The Wrold tests.

      # HotSpot Virtual Machine Error, assertion failure
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # assert(_base == Int, "Not an Int")
      #
      # Error ID: /net/jano/export/disk05/hotspot/auto/ws_jano/fpt/src/share/vm/opto/type.hpp, 821 [ Patched ]
      #
      # Problematic Thread: prio=5 tid=0xddc50 nid=0xb runnable
      #
      Dumping core....
      VM option '+CompileTheWorld'
      VM option 'MinInliningThreshold=0'
      VM option 'MaxPermSize=64m'
      VM option 'CompileTheWorldStartAt=0'
      VM option 'CompileTheWorldStopAt=499'
      Command terminated abnormally.

      real 2:39.35
      This assertion occured in following log files
      ========================================================
      file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/baseline/compiler2/20001013-183659/ctw.JavaWebServer1.1.3.jar.0.499.txt
      jar: /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/i-l/JavaWebServer1.1.3.jar
      file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/baseline/compiler2/20001013-183659/ctw.JavaWebServer1.1.3.jar.500.999.txt
      jar: /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/i-l/JavaWebServer1.1.3.jar
      file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/baseline/compiler2/20001013-183659/ctw.jws.jar.0.499.txt

      Binary used:
        Fastdebug binary of [baseline/compiler2/20001013-183659] from build archive page.
        /net/jano.eng/export/disk05/hotspot/auto/ar/baseline/20001013-183659/bin_solaris_sparc_compiler2_fastg.tar.gz
        I have a copy of libjvm.so here:
        /net/sqesvr.eng/export/vsn/users/ctwresult/SunOS_sparc/baseline/compiler2/20001013-183659/libjvm.so

      Please look into rerun scripts for more detail.

      Please visit this page for latest Compile The World result.
      http://sqesvr.eng.sun.com/vsn/users/ctwresult/SunOS_sparc/

      #########################
      # To reproduce the bug:
      #########################
      1. cd /net/sqesvr.eng/export/vsn/users/ctwresult/SunOS_sparc/baseline/compiler2/20001013-183659/bugtraq/assertion.2
      2. edit script if needed.
      3. run one of the shell scripts: run.JavaWebServer1.1.3.jar.0.499.ksh
      run.JavaWebServer1.1.3.jar.500.999.ksh
      run.jws.jar.0.499.ksh

      #########################
      # Rerun script
      #########################
      $ cat run.JavaWebServer1.1.3.jar.0.499.ksh
      #!/bin/ksh
      # Script automatic generated at Sat Oct 14 01:33:16 PDT 2000 by
      #
      print "Running $(cd $(dirname $0) ; pwd)/$(basename $0)"


      export JAVA_HOME=/net/jdk.eng/export/disk8/local.java/jdk1.4/solaris
      export CLASSPATH=$JAVA_HOME/jre/lib/rt.jar
      case "$(uname)" in
        SunOS)
          platform="$(uname -p)" # i386 or sparc
          ;;
        Linux|Windows*)
          platform="i386"
          ;;
      esac
      export LD_LIBRARY_PATH=/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/baseline/compiler2/20001013-183659:$JAVA_HOME/jre/lib//:$JAVA_HOME/jre/lib/${platform}/native_threads:$JAVA_HOME/lib/${platform}
      FLAGS="-verify -XX:+CompileTheWorld -XX:MinInliningThreshold=0 -XX:MaxPermSize=64m"
      GAMMA=/net/minifridge.eng/export/disk2/ctw_nightly/scripts/compileTheWorld/lib/SunOS_sparc/gamma
      jarfile=/net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/i-l/JavaWebServer1.1.3.jar
      start=0
      end=499
      CMDLINE="$GAMMA $FLAGS -XX:CompileTheWorldStartAt=$start -XX:CompileTheWorldStopAt=$end -Xbootclasspath/p:${jarfile}"

      print "*****Debug Info: java -version(-Xinternalversion)*****"
      $JAVA_HOME/bin/java -fullversion 2>&1
      $GAMMA -Xinternalversion 2>&1
      print "*****Debug Info: JAVA_HOME*****"
      print "JAVA_HOME=$JAVA_HOME"
      print "*****Debug Info: LD_LIBRARY_PATH*****"
      print "LD_LIBRARY_PATH=$LD_LIBRARY_PATH"
      print "*****Debug Info: CLASSPATH*****"
      print "CLASSPATH=$CLASSPATH"
      print "*****Debug Info: Machine Used*****"
      print "$(/usr/bin/uname -a)"

      print "*****Debug Info: Command Line As Follow*****"
      print "$CMDLINE"
      print "*****Compile The World Start AT $(date)*****"
      timex ksh -c "${CMDLINE}"
      print "Exit Value $?"
      echo "*****Compile The World End AT $(date)*****"
          

      #########################
      # Assertion
      #########################
      $ cat assertion.2
      # HotSpot Virtual Machine Error, assertion failure
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # assert(_base == Int, "Not an Int")
      #
      # Error ID: /net/jano/export/disk05/hotspot/auto/ws_jano/fpt/src/share/vm/opto/type.hpp, 821 [ Patched ]
      #
      # Problematic Thread: prio=5 tid=0xddc50 nid=0xb runnable
      #
      Dumping core....
      VM option '+CompileTheWorld'
      VM option 'MinInliningThreshold=0'
      VM option 'MaxPermSize=64m'
      VM option 'CompileTheWorldStartAt=0'
      VM option 'CompileTheWorldStopAt=499'
      Command terminated abnormally.

      real 2:39.35
      This assertion occured in following log files
      ========================================================
      file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/baseline/compiler2/20001013-183659/ctw.JavaWebServer1.1.3.jar.0.499.txt
      jar: /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/i-l/JavaWebServer1.1.3.jar
      file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/baseline/compiler2/20001013-183659/ctw.JavaWebServer1.1.3.jar.500.999.txt
      jar: /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/i-l/JavaWebServer1.1.3.jar
      file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/baseline/compiler2/20001013-183659/ctw.jws.jar.0.499.txt

      #########################
      # Test logs
      #########################
      $ cat ctw.JavaWebServer1.1.3.jar.0.499.txt
      /net/minifridge.eng/export/disk2/ctw_nightly/scripts/compileTheWorld/runjar.ksh: whoami: not found
      Running /net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/baseline/compiler2/20001013-183659/run.JavaWebServer1.1.3.jar.0.499.ksh
      *****Debug Info: java -version(-Xinternalversion)*****
      java full version "1.4.0beta-b36"
      Built on Oct 13 2000 20:48:05 by auto build product+1.4+baseline+compiler2+20001013-183659 with Workshop 5.0 compat=5
      *****Debug Info: JAVA_HOME*****
      JAVA_HOME=/net/jdk.eng/export/disk8/local.java/jdk1.4/solaris
      *****Debug Info: LD_LIBRARY_PATH*****
      LD_LIBRARY_PATH=/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/baseline/compiler2/20001013-183659:/net/jdk.eng/export/disk8/local.java/jdk1.4/solaris/jre/lib//:/net/jdk.eng/export/disk8/local.java/jdk1.4/solaris/jre/lib/sparc/native_threads:/net/jdk.eng/export/disk8/local.java/jdk1.4/solaris/lib/sparc
      *****Debug Info: CLASSPATH*****
      CLASSPATH=/net/jdk.eng/export/disk8/local.java/jdk1.4/solaris/jre/lib/rt.jar
      *****Debug Info: Machine Used*****
      SunOS lightside 5.8 Generic_110096-04 sun4u sparc SUNW,Serengeti
      *****Debug Info: Command Line As Follow*****
      /net/minifridge.eng/export/disk2/ctw_nightly/scripts/compileTheWorld/lib/SunOS_sparc/gamma -verify -XX:+CompileTheWorld -XX:MinInliningThreshold=0 -XX:MaxPermSize=64m -XX:CompileTheWorldStartAt=0 -XX:CompileTheWorldStopAt=499 -Xbootclasspath/p:/net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/i-l/JavaWebServer1.1.3.jar
      *****Compile The World Start AT Sat Oct 14 01:33:18 PDT 2000*****
      CompileTheWorld : Compiling all classes in /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/i-l/JavaWebServer1.1.3.jar

      CompileTheWorld (1) : javax/security/cert/CertificateException
      CompileTheWorld (2) : javax/security/cert/CertificateEncodingException
      CompileTheWorld (3) : javax/security/cert/CertificateExpiredException
      CompileTheWorld (4) : javax/security/cert/CertificateNotYetValidException
      CompileTheWorld (5) : javax/security/cert/CertificateParsingException
      CompileTheWorld (6) : javax/security/cert/Certificate
      CompileTheWorld (7) : javax/security/cert/X509Certificate
      CompileTheWorld (8) : javax/net/ServerSocketFactory
      CompileTheWorld (9) : javax/net/DefaultServerSocketFactory
      CompileTheWorld (10) : javax/net/SocketFactory
      CompileTheWorld (11) : javax/net/DefaultSocketFactory
      CompileTheWorld (12) : javax/net/ssl/SSLException
      .............
      .............
      skipping.....
      .............
      .............
      CompileTheWorld (362) : com/sun/server/http/pagecompile/sgmlparser/JJSGMLTagsParserBaseCalls
      CompileTheWorld (363) : com/sun/server/http/pagecompile/sgmlparser/SGMLTagsParserBaseConstants
      CompileTheWorld (364) : com/sun/server/http/pagecompile/sgmlparser/SGMLTagsProcessor
      CompileTheWorld (365) : com/sun/server/http/pagecompile/sgmlparser/InputReaderCharStream
      CompileTheWorld (366) : com/sun/server/http/pagecompile/sgmlparser/SGMLTagsParserBaseTokenManager
      #
      # HotSpot Virtual Machine Error, assertion failure
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # assert(_base == Int, "Not an Int")
      #
      # Error ID: /net/jano/export/disk05/hotspot/auto/ws_jano/fpt/src/share/vm/opto/type.hpp, 821 [ Patched ]
      #
      # Problematic Thread: prio=5 tid=0xddc50 nid=0xb runnable
      #
      Dumping core....
      VM option '+CompileTheWorld'
      VM option 'MinInliningThreshold=0'
      VM option 'MaxPermSize=64m'
      VM option 'CompileTheWorldStartAt=0'
      VM option 'CompileTheWorldStopAt=499'
      Command terminated abnormally.

      real 2:39.35
      user 2:36.97
      sys 0.56

      Exit Value 0
      *****Compile The World End AT Sat Oct 14 01:35:58 PDT 2000*****

      ======================================================================

            jrose John Rose
            fhsusunw Francis Hsu (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: