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

[c2_baseline/compiler2/20010410-175359]: CTW assertion at phaseX.cpp, 615 [ Patc

XMLWordPrintable

    • beta2
    • x86, sparc
    • solaris_8, windows_nt, windows_2000
    • Verified



      Name: fh87463 Date: 04/11/2001



      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(i->_idx >= k->_idx, "Idealize should return new nodes, use Identity to return old nodes")
      #
      # Error ID: /net/jano/export/disk05/hotspot/auto/ws_jano/fpt/src/share/vm/opto/phaseX.cpp, 615 [ Patched ]
      #
      # Problematic Thread: prio=5 tid=0x228b48 nid=0xc runnable
      #
      Dumping core....
      VM option '+CompileTheWorld'
      VM option 'MinInliningThreshold=0'
      VM option 'MaxPermSize=64m'
      VM option '+VerifyDUIterators'
      VM option 'CompileTheWorldStartAt=12000'
      VM option 'CompileTheWorldStopAt=13499'
      /net/sqesvr/export/vsn/users/ctwresult/scripts/compileTheWorld/result/solsparc/c2_baseline/compiler2/20010410-175359-debug/run.jck13classes.jar.12000.13499.ksh[35]: 13920 Abort
      Exit Value 134
      This assertion occured in following log files
      ========================================================
      file:/net/sqesvr/export/vsn/users/ctwresult/scripts/compileTheWorld/result/solsparc/c2_baseline/compiler2/20010410-175359-debug/ctw.jck13classes.jar.12000.13499.txt
      jar: /net/sqesvr/export/vsn/VM/testbase/testbase_vm/src/jit/compiletheworld/jars/i-l/jck13classes.jar
      file:/net/sqesvr/export/vsn/users/ctwresult/scripts/compileTheWorld/result/solsparc/c2_baseline/compiler2/20010410-175359-debug/ctw.plumhall.jar.0.1499.txt
      jar: /net/sqesvr/export/vsn/VM/testbase/testbase_vm/src/jit/compiletheworld/jars/m-p/plumhall.jar

      Binary used:
        Fastdebug binary of [c2_baseline/compiler2/20010410-175359-debug] from build archive page.
        /net/jano.eng/export/disk05/hotspot/auto/ar/c2_baseline/20010410-175359-debug/bin_solaris_sparc_compiler2_fastg.tar.gz

      Please look into rerun scripts for more detail.

      #########################
      # To reproduce the bug:
      #########################
      1. cd /net/jano.eng/export/disk20/GammaBase/Bugs/[bug ID]
      2. edit script if needed.
      3. run one of the shell scripts:

      run.jck13classes.jar.12000.13499.ksh
      run.plumhall.jar.0.1499.ksh

      #########################
      # Rerun script
      #########################
      $ cat run.jck13classes.jar.12000.13499.ksh
      #!/bin/ksh
      # Script automatic generated at Wed Apr 11 13:00:34 PDT 2001 by
      #
      print "Running $(cd $(dirname $0) ; pwd)/$(basename $0)"


      export JAVA_HOME=/net/sqesvr/export/vsn/users/ctwresult/scripts/compileTheWorld/jdk/c2_baseline/jdk1.4/j2sdk-1_4_0-beta-bin-b59-solsparc-04_apr_2001
      case "$(uname)" in
        SunOS)
          platform="$(uname -p)" # i386 or sparc
          ;;
        Linux|Windows*)
          platform="i386"
          ;;
      esac
      FLAGS="-compiler2.20010410-175359 -verify -XX:+CompileTheWorld -XX:MinInliningThreshold=0 -XX:MaxPermSize=64m -XX:+VerifyDUIterators"
      VMTYPE="-compiler2.20010410-175359"
      JARFILE="/net/sqesvr/export/vsn/VM/testbase/testbase_vm/src/jit/compiletheworld/jars/i-l/jck13classes.jar"
      START=12000
      END=13499
      CMDLINE="$JAVA_HOME/bin/java $FLAGS -XX:CompileTheWorldStartAt=$START -XX:CompileTheWorldStopAt=$END -Xbootclasspath/p:${JARFILE}"

      print "*****Debug Info: java -version(-Xinternalversion)*****"
      $JAVA_HOME/bin/java ${VMTYPE} -version 2>&1
      $JAVA_HOME/bin/java ${VMTYPE} -fullversion 2>&1
      $JAVA_HOME/bin/java ${VMTYPE} -Xinternalversion 2>&1
      print "*****Debug Info: JAVA_HOME*****"
      print "JAVA_HOME=$JAVA_HOME"
      print "*****Debug Info: Machine Used*****"
      print "$(uname -a)"

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

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

            mpalecznsunw Michael Paleczny (Inactive)
            fhsusunw Francis Hsu (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: