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

[c2_baseline/compiler2/20001019-204959]: CTW assertion at loopnode.cpp, 1581 [ P

XMLWordPrintable

    • beta
    • sparc
    • solaris_8
    • Verified



      Name: fh87463 Date: 10/30/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(LCA != 0 && !LCA->is_top(), "no dead nodes")
      #
      # Error ID: /net/jano/export/disk05/hotspot/auto/ws_jano/fpt/src/share/vm/opto/loopnode.cpp, 1581 [ Patched ]
      #
      # Problematic Thread: prio=5 tid=0x112c28 nid=0xb runnable
      #
      Dumping core....
      VM option '+CompileTheWorld'
      VM option 'MinInliningThreshold=0'
      VM option 'MaxPermSize=64m'
      VM option 'CompileTheWorldStartAt=16000'
      VM option 'CompileTheWorldStopAt=16499'
      Command terminated abnormally.

      real 7.66
      This assertion occured in following log files
      ========================================================
      file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/c2_baseline/compiler2/20001019-204959/ctw.jck13classes.jar.16000.16499.txt
      jar: /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/i-l/jck13classes.jar

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

      #########################
      # Rerun script
      #########################
      $ cat run.jck13classes.jar.16000.16499.ksh
      #!/bin/ksh
      # Script automatic generated at Sun Oct 22 18:19:24 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/c2_baseline/compiler2/20001019-204959:$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=16000
      end=16499
      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.5
      # HotSpot Virtual Machine Error, assertion failure
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # assert(LCA != 0 && !LCA->is_top(), "no dead nodes")
      #
      # Error ID: /net/jano/export/disk05/hotspot/auto/ws_jano/fpt/src/share/vm/opto/loopnode.cpp, 1581 [ Patched ]
      #
      # Problematic Thread: prio=5 tid=0x112c28 nid=0xb runnable
      #
      Dumping core....
      VM option '+CompileTheWorld'
      VM option 'MinInliningThreshold=0'
      VM option 'MaxPermSize=64m'
      VM option 'CompileTheWorldStartAt=16000'
      VM option 'CompileTheWorldStopAt=16499'
      Command terminated abnormally.

      real 7.66
      This assertion occured in following log files
      ========================================================
      file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/c2_baseline/compiler2/20001019-204959/ctw.jck13classes.jar.16000.16499.txt
      jar: /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/i-l/jck13classes.jar

      #########################
      # Test logs
      #########################
      $ cat ctw.jck13classes.jar.16000.16499.txt
      Running /net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/c2_baseline/compiler2/20001019-204959/run.jck13classes.jar.16000.16499.ksh
      *****Debug Info: java -version(-Xinternalversion)*****
      java full version "1.4.0beta-b37"
      Built on Oct 20 2000 09:29:32 by auto build product+1.4+c2_baseline+compiler2+20001019-204959 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/c2_baseline/compiler2/20001019-204959:/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=16000 -XX:CompileTheWorldStopAt=16499 -Xbootclasspath/p:/net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/i-l/jck13classes.jar
      *****Compile The World Start AT Sun Oct 22 18:19:26 PDT 2000*****
      CompileTheWorld : Compiling all classes in /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/i-l/jck13classes.jar

      CompileTheWorld (16000) : javasoft/sqe/tests/lang/stmt118/stmt11801/stmt11801
      CompileTheWorld (16001) : javasoft/sqe/tests/lang/stmt118/stmt11802/stmt11802
      CompileTheWorld (16002) : javasoft/sqe/tests/lang/stmt119/stmt11901/stmt11901
      CompileTheWorld (16003) : javasoft/sqe/tests/lang/stmt120/stmt12001/stmt12001
      CompileTheWorld (16004) : javasoft/sqe/tests/lang/stmt121/stmt12101/stmt12101
      CompileTheWorld (16005) : javasoft/sqe/tests/lang/stmt122/stmt12201/stmt12201
      CompileTheWorld (16006) : javasoft/sqe/tests/lang/stmt122/stmt12202/stmt12202
      CompileTheWorld (16007) : javasoft/sqe/tests/lang/stmt123/stmt12301/stmt12301
      CompileTheWorld (16008) : javasoft/sqe/tests/lang/stmt123/stmt12302/stmt12302
      CompileTheWorld (16009) : javasoft/sqe/tests/lang/stmt124/stmt12401/stmt12401
      CompileTheWorld (16010) : javasoft/sqe/tests/lang/stmt124/stmt12402/stmt12402
      CompileTheWorld (16011) : javasoft/sqe/tests/lang/stmt125/stmt12501/stmt12501
      CompileTheWorld (16012) : javasoft/sqe/tests/lang/stmt125/stmt12502/stmt12502
      .............
      .............
      skipping.....
      .............
      .............
      CompileTheWorld (16035) : javasoft/sqe/tests/lang/stmt139/stmt13901/stmt13901
      CompileTheWorld (16036) : javasoft/sqe/tests/lang/stmt140/stmt14001/stmt14001
      CompileTheWorld (16037) : javasoft/sqe/tests/lang/stmt140/stmt14003/stmt14003
      CompileTheWorld (16038) : javasoft/sqe/tests/lang/stmt141/stmt14101/stmt14101
      CompileTheWorld (16039) : javasoft/sqe/tests/lang/stmt141/stmt14102/stmt14102
      #
      # HotSpot Virtual Machine Error, assertion failure
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # assert(LCA != 0 && !LCA->is_top(), "no dead nodes")
      #
      # Error ID: /net/jano/export/disk05/hotspot/auto/ws_jano/fpt/src/share/vm/opto/loopnode.cpp, 1581 [ Patched ]
      #
      # Problematic Thread: prio=5 tid=0x112c28 nid=0xb runnable
      #
      Dumping core....
      VM option '+CompileTheWorld'
      VM option 'MinInliningThreshold=0'
      VM option 'MaxPermSize=64m'
      VM option 'CompileTheWorldStartAt=16000'
      VM option 'CompileTheWorldStopAt=16499'
      Command terminated abnormally.

      real 7.66
      user 6.62
      sys 0.20

      Exit Value 0
      *****Compile The World End AT Sun Oct 22 18:19:34 PDT 2000*****

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

            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: