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

[baseline/compiler2/20001018-183510]: CTW assertion at node.hpp, 216 [ Patched ]

    XMLWordPrintable

Details

    • sparc
    • solaris_8

    Description



      Name: fh87463 Date: 10/24/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(idx >= 0, "Missing Def-Use edge")
      #
      # Error ID: /net/jano/export/disk05/hotspot/auto/ws_jano/fpt/src/share/vm/opto/node.hpp, 216 [ Patched ]
      #
      # Problematic Thread: prio=5 tid=0x112cc8 nid=0xb runnable
      #
      Dumping core....
      VM option '+CompileTheWorld'
      VM option 'MinInliningThreshold=0'
      VM option 'MaxPermSize=64m'
      VM option 'CompileTheWorldStartAt=15500'
      VM option 'CompileTheWorldStopAt=15999'
      Command terminated abnormally.

      real 24.11
      This assertion occured in following log files
      ========================================================
      file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/baseline/compiler2/20001018-183510/ctw.jck13classes.jar.15500.15999.txt
      jar: /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/i-l/jck13classes.jar

      Binary used:
        Fastdebug binary of [baseline/compiler2/20001018-183510] from build archive page.
        /net/jano.eng/export/disk05/hotspot/auto/ar/baseline/20001018-183510/bin_solaris_sparc_compiler2_fastg.tar.gz
        I have a copy of libjvm.so here:
        /net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/baseline/compiler2/20001018-183510/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/export/vsn/users/ctwresult/SunOS_sparc/baseline/compiler2/20001018-183510/bugtraq/assertion.8
      2. edit script if needed.
      3. run one of the shell scripts: run.jck13classes.jar.15500.15999.ksh

      #########################
      # Rerun script
      #########################
      $ cat run.jck13classes.jar.15500.15999.ksh
      #!/bin/ksh
      # Script automatic generated at Mon Oct 23 02:19:09 PDT 2000 by fhsu
      #
      print "Running $(cd $(dirname $0) ; pwd)/$(basename $0)"


      export JAVA_HOME=/net/jdk.eng/export/disk8/local.java/jdk1.4/solsparc
      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/20001018-183510:$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/jck13classes.jar
      start=15500
      end=15999
      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.8
      # HotSpot Virtual Machine Error, assertion failure
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # assert(idx >= 0, "Missing Def-Use edge")
      #
      # Error ID: /net/jano/export/disk05/hotspot/auto/ws_jano/fpt/src/share/vm/opto/node.hpp, 216 [ Patched ]
      #
      # Problematic Thread: prio=5 tid=0x112cc8 nid=0xb runnable
      #
      Dumping core....
      VM option '+CompileTheWorld'
      VM option 'MinInliningThreshold=0'
      VM option 'MaxPermSize=64m'
      VM option 'CompileTheWorldStartAt=15500'
      VM option 'CompileTheWorldStopAt=15999'
      Command terminated abnormally.

      real 24.11
      This assertion occured in following log files
      ========================================================
      file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/baseline/compiler2/20001018-183510/ctw.jck13classes.jar.15500.15999.txt
      jar: /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/i-l/jck13classes.jar
      jar: /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/i-l/jck13classes.jar

      #########################
      # Test logs
      #########################
      $ cat ctw.jck13classes.jar.15500.15999.txt
      Running /net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/baseline/compiler2/20001018-183510/run.jck13classes.jar.15500.15999.ksh
      *****Debug Info: java -version(-Xinternalversion)*****
      java full version "1.4.0beta-b37"
      Built on Oct 18 2000 20:24:28 by auto build product+1.4+baseline+compiler2+20001018-183510 with Workshop 5.0 compat=5
      *****Debug Info: JAVA_HOME*****
      JAVA_HOME=/net/jdk.eng/export/disk8/local.java/jdk1.4/solsparc
      *****Debug Info: LD_LIBRARY_PATH*****
      LD_LIBRARY_PATH=/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/baseline/compiler2/20001018-183510:/net/jdk.eng/export/disk8/local.java/jdk1.4/solsparc/jre/lib//:/net/jdk.eng/export/disk8/local.java/jdk1.4/solsparc/jre/lib/sparc/native_threads:/net/jdk.eng/export/disk8/local.java/jdk1.4/solsparc/lib/sparc
      *****Debug Info: CLASSPATH*****
      CLASSPATH=/net/jdk.eng/export/disk8/local.java/jdk1.4/solsparc/jre/lib/rt.jar
      *****Debug Info: Machine Used*****
      SunOS lightside 5.8 Generic_110096-05 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=15500 -XX:CompileTheWorldStopAt=15999 -Xbootclasspath/p:/net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/i-l/jck13classes.jar
      *****Compile The World Start AT Mon Oct 23 02:19:11 PDT 2000*****
      CompileTheWorld : Compiling all classes in /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/i-l/jck13classes.jar

      CompileTheWorld (15500) : javasoft/sqe/tests/lang/name020/name02001/name02001a
      CompileTheWorld (15501) : javasoft/sqe/tests/lang/name020/name02001/name02001i
      CompileTheWorld (15502) : javasoft/sqe/tests/lang/name020/name02001/name02001j
      CompileTheWorld (15503) : javasoft/sqe/tests/lang/name021/name02102/name02102
      CompileTheWorld (15504) : javasoft/sqe/tests/lang/name021/name02102/name02102a
      CompileTheWorld (15505) : javasoft/sqe/tests/lang/name021/name02102/name02102i
      CompileTheWorld (15506) : javasoft/sqe/tests/lang/name021/name02102/name02102j
      CompileTheWorld (15507) : javasoft/sqe/tests/lang/name022/name02201/name02201
      CompileTheWorld (15508) : javasoft/sqe/tests/lang/name022/name02202/name02202
      CompileTheWorld (15509) : javasoft/sqe/tests/lang/name022/name02202/name02202d
      CompileTheWorld (15510) : javasoft/sqe/tests/lang/name023/name02301/name02301
      CompileTheWorld (15511) : javasoft/sqe/tests/lang/name024/name02401/name02401
      CompileTheWorld (15512) : javasoft/sqe/tests/lang/name025/name02502/name02502
      .............
      .............
      skipping.....
      .............
      .............
      CompileTheWorld (15781) : javasoft/sqe/tests/lang/stmt004/stmt00401/stmt00401
      CompileTheWorld (15782) : javasoft/sqe/tests/lang/stmt004/stmt00402/stmt00402
      CompileTheWorld (15783) : javasoft/sqe/tests/lang/stmt004/stmt00403/stmt00403
      CompileTheWorld (15784) : javasoft/sqe/tests/lang/stmt005/stmt00501/stmt00501
      CompileTheWorld (15785) : javasoft/sqe/tests/lang/stmt005/stmt00591m6/stmt00591m6
      #
      # HotSpot Virtual Machine Error, assertion failure
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # assert(idx >= 0, "Missing Def-Use edge")
      #
      # Error ID: /net/jano/export/disk05/hotspot/auto/ws_jano/fpt/src/share/vm/opto/node.hpp, 216 [ Patched ]
      #
      # Problematic Thread: prio=5 tid=0x112cc8 nid=0xb runnable
      #
      Dumping core....
      VM option '+CompileTheWorld'
      VM option 'MinInliningThreshold=0'
      VM option 'MaxPermSize=64m'
      VM option 'CompileTheWorldStartAt=15500'
      VM option 'CompileTheWorldStopAt=15999'
      Command terminated abnormally.

      real 24.11
      user 22.95
      sys 0.21

      Exit Value 0
      *****Compile The World End AT Mon Oct 23 02:19:35 PDT 2000*****

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

      Attachments

        Activity

          People

            sdeversunw Steve Dever (Inactive)
            fhsusunw Francis Hsu (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: