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

[ladybird_baseline/compiler2/20001026-170312]: CTW assertion at gcm.cpp, 844 [ P

XMLWordPrintable

    • sparc
    • solaris_8



      Name: fh87463 Date: 10/27/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, "")
      #
      # Error ID: /net/jano/export/disk05/hotspot/auto/ws_jano/fpt/src/share/vm/opto/gcm.cpp, 844 [ Patched ]
      #
      # Problematic Thread: prio=5 tid=0x541308 nid=0xb runnable
      #
      Dumping core....
      VM option '+CompileTheWorld'
      VM option 'MinInliningThreshold=0'
      VM option 'MaxPermSize=64m'
      VM option 'CompileTheWorldStartAt=4500'
      VM option 'CompileTheWorldStopAt=4999'
      /net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/ladybird_baseline/compiler2/20001026-170312/run.rt_Jike1.11.jar.4500.4999.ksh[40]: 1088 Abort

      real 0m40.98s
      This assertion occured in following log files
      ========================================================
      file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/ladybird_baseline/compiler2/20001026-170312/ctw.rt_Jike1.11.jar.4500.4999.txt
      jar: /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/q-t/rt_Jike1.11.jar

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

      #########################
      # Rerun script
      #########################
      $ cat run.rt_Jike1.11.jar.4500.4999.ksh
      #!/bin/ksh
      # Script automatic generated at Fri Oct 27 05:06:20 PDT 2000 by fhsu
      #
      print "Running $(cd $(dirname $0) ; pwd)/$(basename $0)"


      export JAVA_HOME=/net/jdk.eng/export/disk8/local.java/jdk1.3.1/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/ladybird_baseline/compiler2/20001026-170312:$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/q-t/rt_Jike1.11.jar
      start=4500
      end=4999
      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.4
      # HotSpot Virtual Machine Error, assertion failure
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # assert(LCA, "")
      #
      # Error ID: /net/jano/export/disk05/hotspot/auto/ws_jano/fpt/src/share/vm/opto/gcm.cpp, 844 [ Patched ]
      #
      # Problematic Thread: prio=5 tid=0x541308 nid=0xb runnable
      #
      Dumping core....
      VM option '+CompileTheWorld'
      VM option 'MinInliningThreshold=0'
      VM option 'MaxPermSize=64m'
      VM option 'CompileTheWorldStartAt=4500'
      VM option 'CompileTheWorldStopAt=4999'
      /net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/ladybird_baseline/compiler2/20001026-170312/run.rt_Jike1.11.jar.4500.4999.ksh[40]: 1088 Abort

      real 0m40.98s
      This assertion occured in following log files
      ========================================================
      file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/ladybird_baseline/compiler2/20001026-170312/ctw.rt_Jike1.11.jar.4500.4999.txt
      jar: /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/q-t/rt_Jike1.11.jar

      #########################
      # Test logs
      #########################
      $ cat ctw.rt_Jike1.11.jar.4500.4999.txt
      /net/minifridge.eng/export/disk2/ctw_nightly/scripts/compileTheWorld/runjar.ksh: whoami: not found
      Running /net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/ladybird_baseline/compiler2/20001026-170312/run.rt_Jike1.11.jar.4500.4999.ksh
      *****Debug Info: java -version(-Xinternalversion)*****
      java full version "1.3.1ea-b05"
      Built on Oct 26 2000 18:26:06 by unknown with Workshop 5.0 compat=5
      *****Debug Info: JAVA_HOME*****
      JAVA_HOME=/net/jdk.eng/export/disk8/local.java/jdk1.3.1/solsparc
      *****Debug Info: LD_LIBRARY_PATH*****
      LD_LIBRARY_PATH=/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/ladybird_baseline/compiler2/20001026-170312:/net/jdk.eng/export/disk8/local.java/jdk1.3.1/solsparc/jre/lib//:/net/jdk.eng/export/disk8/local.java/jdk1.3.1/solsparc/jre/lib/sparc/native_threads:/net/jdk.eng/export/disk8/local.java/jdk1.3.1/solsparc/lib/sparc
      *****Debug Info: CLASSPATH*****
      CLASSPATH=/net/jdk.eng/export/disk8/local.java/jdk1.3.1/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=4500 -XX:CompileTheWorldStopAt=4999 -Xbootclasspath/p:/net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/q-t/rt_Jike1.11.jar
      *****Compile The World Start AT Fri Oct 27 05:06:22 PDT 2000*****
      CompileTheWorld : Compiling all classes in /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/q-t/rt_Jike1.11.jar

      CompileTheWorld (4500) : javax/swing/table/TableCellRenderer
      CompileTheWorld (4501) : javax/swing/table/TableCellEditor
      CompileTheWorld (4502) : javax/swing/undo/StateEditable
      CompileTheWorld (4503) : javax/swing/undo/UndoableEditSupport
      CompileTheWorld (4504) : javax/swing/undo/StateEdit
      CompileTheWorld (4505) : javax/swing/undo/AbstractUndoableEdit
      CompileTheWorld (4506) : javax/swing/undo/UndoableEdit
      CompileTheWorld (4507) : javax/swing/undo/UndoManager
      CompileTheWorld (4508) : javax/swing/undo/CompoundEdit
      CompileTheWorld (4509) : javax/swing/undo/CannotRedoException
      CompileTheWorld (4510) : javax/swing/undo/CannotUndoException
      CompileTheWorld (4511) : javax/swing/border/TitledBorder
      .............
      .............
      skipping.....
      .............
      .............
      CompileTheWorld (4656) : javax/swing/UIDefaults$LazyValue
      CompileTheWorld (4657) : javax/swing/UIDefaults$ActiveValue
      CompileTheWorld (4658) : Skipping javax/swing/JApplet
      CompileTheWorld (4659) : javax/swing/JApplet$AccessibleJApplet
      warning: running 1.1 version of SwingUtilities
      CompileTheWorld (4660) : javax/swing/SwingUtilities
      #
      # HotSpot Virtual Machine Error, assertion failure
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # assert(LCA, "")
      #
      # Error ID: /net/jano/export/disk05/hotspot/auto/ws_jano/fpt/src/share/vm/opto/gcm.cpp, 844 [ Patched ]
      #
      # Problematic Thread: prio=5 tid=0x541308 nid=0xb runnable
      #
      Dumping core....
      VM option '+CompileTheWorld'
      VM option 'MinInliningThreshold=0'
      VM option 'MaxPermSize=64m'
      VM option 'CompileTheWorldStartAt=4500'
      VM option 'CompileTheWorldStopAt=4999'
      /net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/ladybird_baseline/compiler2/20001026-170312/run.rt_Jike1.11.jar.4500.4999.ksh[40]: 1088 Abort

      real 0m40.98s
      user 0m39.68s
      sys 0m0.35s
      Exit Value 134
      *****Compile The World End AT Fri Oct 27 05:07:03 PDT 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: