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

[c2_baseline/compiler2/20001111-063818]: CTW assertion at loopnode.cpp, 314 [ Pa

XMLWordPrintable

    • beta2
    • sparc
    • solaris_8
    • Verified



      Name: fh87463 Date: 11/15/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(iftrue->outcnt() == 1 && iftrue->out(0) == x, "")
      #
      # Error ID: /net/jano/export/disk05/hotspot/auto/ws_jano/fpt/src/share/vm/opto/loopnode.cpp, 314 [ Patched ]
      #
      # Problematic Thread: prio=5 tid=0x112e60 nid=0xb runnable
      #
      Dumping core....
      VM option '+CompileTheWorld'
      VM option 'MinInliningThreshold=0'
      VM option 'MaxPermSize=64m'
      VM option 'CompileTheWorldStartAt=12500'
      VM option 'CompileTheWorldStopAt=12999'
      /net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/c2_baseline/compiler2/20001111-063818/run.jck13classes.jar.12500.12999.ksh[40]: 9200 Abort

      real 1m23.34s
      This assertion occured in following log files
      ========================================================
      file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/c2_baseline/compiler2/20001111-063818/ctw.jck13classes.jar.12500.12999.txt
      jar: /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/i-l/jck13classes.jar
      file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/c2_baseline/compiler2/20001111-063818/ctw.jck13classes.jar.13000.13499.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/20001111-063818] from build archive page.
        /net/jano.eng/export/disk05/hotspot/auto/ar/c2_baseline/20001111-063818/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/20001111-063818/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.12500.12999.ksh
      run.jck13classes.jar.13000.13499.ksh

      #########################
      # Rerun script
      #########################
      $ cat run.jck13classes.jar.12500.12999.ksh
      #!/bin/ksh
      # Script automatic generated at Mon Nov 13 08:46:53 PST 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/20001111-063818:$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=12500
      end=12999
      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)*****"
      time 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(iftrue->outcnt() == 1 && iftrue->out(0) == x, "")
      #
      # Error ID: /net/jano/export/disk05/hotspot/auto/ws_jano/fpt/src/share/vm/opto/loopnode.cpp, 314 [ Patched ]
      #
      # Problematic Thread: prio=5 tid=0x112e60 nid=0xb runnable
      #
      Dumping core....
      VM option '+CompileTheWorld'
      VM option 'MinInliningThreshold=0'
      VM option 'MaxPermSize=64m'
      VM option 'CompileTheWorldStartAt=12500'
      VM option 'CompileTheWorldStopAt=12999'
      /net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/c2_baseline/compiler2/20001111-063818/run.jck13classes.jar.12500.12999.ksh[40]: 9200 Abort

      real 1m23.34s
      This assertion occured in following log files
      ========================================================
      file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/c2_baseline/compiler2/20001111-063818/ctw.jck13classes.jar.12500.12999.txt
      jar: /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/i-l/jck13classes.jar
      file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/c2_baseline/compiler2/20001111-063818/ctw.jck13classes.jar.13000.13499.txt
      jar: /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/i-l/jck13classes.jar

      #########################
      # Test log
      #########################
      $ cat ctw.jck13classes.jar.12500.12999.txt
      Running /net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/c2_baseline/compiler2/20001111-063818/run.jck13classes.jar.12500.12999.ksh
      *****Debug Info: java -version(-Xinternalversion)*****
      java full version "1.4.0beta-b40"
      Built on Nov 11 2000 12:10:52 by auto build product+1.4+c2_baseline+compiler2+20001111-063818 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/20001111-063818:/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 nanonano 5.8 Generic_108528-03 sun4u sparc SUNW,Sun-Blade-1000
      *****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=12500 -XX:CompileTheWorldStopAt=12999 -Xbootclasspath/p:/net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/i-l/jck13classes.jar
      *****Compile The World Start AT Mon Nov 13 08:46:54 PST 2000*****
      CompileTheWorld : Compiling all classes in /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/i-l/jck13classes.jar

      CompileTheWorld (12500) : javasoft/sqe/tests/lang/expr373/expr37302/expr37302
      CompileTheWorld (12501) : javasoft/sqe/tests/lang/expr374/expr37401/expr37401
      CompileTheWorld (12502) : javasoft/sqe/tests/lang/expr375/expr37501/expr37501
      CompileTheWorld (12503) : javasoft/sqe/tests/lang/expr376/expr37601/expr37601
      CompileTheWorld (12504) : javasoft/sqe/tests/lang/expr377/expr37701/expr37701
      CompileTheWorld (12505) : javasoft/sqe/tests/lang/expr378/expr37801/expr37801
      CompileTheWorld (12506) : javasoft/sqe/tests/lang/expr378/expr37801/SomeClass
      CompileTheWorld (12507) : javasoft/sqe/tests/lang/expr378/expr37801/SomeInterface
      CompileTheWorld (12508) : javasoft/sqe/tests/lang/expr379/expr37901/AnotherClass
      CompileTheWorld (12509) : javasoft/sqe/tests/lang/expr379/expr37901/expr37901
      CompileTheWorld (12510) : javasoft/sqe/tests/lang/expr379/expr37901/SomeClass
      CompileTheWorld (12511) : javasoft/sqe/tests/lang/expr379/expr37901/SomeInterface
      CompileTheWorld (12512) : javasoft/sqe/tests/lang/expr380/expr38001/AnotherClass
      .............
      .............
      skipping.....
      .............
      .............
      CompileTheWorld (12987) : javasoft/sqe/tests/lang/fpl007/fpl00702m1/fpl00702m1$3
      CompileTheWorld (12988) : javasoft/sqe/tests/lang/fpl007/fpl00702m1/fpl00702m1$4$Local
      CompileTheWorld (12989) : javasoft/sqe/tests/lang/fpl007/fpl00702m1/fpl00702m1$4
      CompileTheWorld (12990) : javasoft/sqe/tests/lang/fpl007/fpl00702m1/fpl00702m1$Inner
      CompileTheWorld (12991) : javasoft/sqe/tests/lang/fpl007/fpl00702m1/fpl00702m1$StaticInner
      CompileTheWorld (12992) : javasoft/sqe/tests/lang/fpl007/fpl00702m1/fpl00702m1
      #
      # HotSpot Virtual Machine Error, assertion failure
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # assert(iftrue->outcnt() == 1 && iftrue->out(0) == x, "")
      #
      # Error ID: /net/jano/export/disk05/hotspot/auto/ws_jano/fpt/src/share/vm/opto/loopnode.cpp, 314 [ Patched ]
      #
      # Problematic Thread: prio=5 tid=0x112e60 nid=0xb runnable
      #
      Dumping core....
      VM option '+CompileTheWorld'
      VM option 'MinInliningThreshold=0'
      VM option 'MaxPermSize=64m'
      VM option 'CompileTheWorldStartAt=12500'
      VM option 'CompileTheWorldStopAt=12999'
      /net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/c2_baseline/compiler2/20001111-063818/run.jck13classes.jar.12500.12999.ksh[40]: 9200 Abort

      real 1m23.34s
      user 1m22.41s
      sys 0m0.35s
      Exit Value 134
      *****Compile The World End AT Mon Nov 13 08:48:18 PST 2000*****

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

            cclicksunw Clifford Click (Inactive)
            fhsusunw Francis Hsu (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: