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

[c2_baseline/compiler2/20001218-144629]: CTW assertion at type.cpp, 443 [ Patche

XMLWordPrintable

    • beta2
    • sparc
    • solaris_8
    • Verified



      Name: fh87463 Date: 12/20/2000



      Following assertion occur when running Compile The Wrold tests.

      # HotSpot Virtual Machine Error, Internal Error
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # Fatal: meet not symmetric
      #
      # Error ID: /net/jano/export/disk05/hotspot/auto/ws_jano/fpt/src/share/vm/opto/type.cpp, 443 [ Patched ]
      #
      # Problematic Thread: prio=5 tid=0x12b370 nid=0xb runnable
      #
      Dumping core....
      VM option '+CompileTheWorld'
      VM option 'MinInliningThreshold=0'
      VM option 'MaxPermSize=64m'
      VM option 'CompileTheWorldStartAt=500'
      VM option 'CompileTheWorldStopAt=999'
      /net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/c2_baseline/compiler2/20001218-144629/run.appserver.jar.500.999.ksh[40]: 6419 Abort

      real 5m7.57s
      This assertion occured in following log files
      ========================================================
      file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/c2_baseline/compiler2/20001218-144629/ctw.appserver.jar.500.999.txt
      jar: /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/a-d/appserver.jar

      Binary used:
        Fastdebug binary of [c2_baseline/compiler2/20001218-144629] from build archive page.
        /net/jano.eng/export/disk05/hotspot/auto/ar/c2_baseline/20001218-144629/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/20001218-144629/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/c2_baseline/compiler2/20001218-144629/bugtraq/assertion.3
      2. edit script if needed.
      3. run one of the shell scripts: run.appserver.jar.500.999.ksh
      run.weblogic.jar.3000.3499.ksh

      #########################
      # Rerun script
      #########################
      $ cat run.appserver.jar.500.999.ksh
      #!/bin/ksh
      # Script automatic generated at Mon Dec 18 19:20:57 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/20001218-144629:$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/alpheridies/export/VM/users/fhsu/ctwresult/scripts/compileTheWorld/lib/SunOS_sparc/gamma
      jarfile=/net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/a-d/appserver.jar
      start=500
      end=999
      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.3
      # HotSpot Virtual Machine Error, Internal Error
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # Fatal: meet not symmetric
      #
      # Error ID: /net/jano/export/disk05/hotspot/auto/ws_jano/fpt/src/share/vm/opto/type.cpp, 443 [ Patched ]
      #
      # Problematic Thread: prio=5 tid=0x12b370 nid=0xb runnable
      #
      Dumping core....
      VM option '+CompileTheWorld'
      VM option 'MinInliningThreshold=0'
      VM option 'MaxPermSize=64m'
      VM option 'CompileTheWorldStartAt=500'
      VM option 'CompileTheWorldStopAt=999'
      /net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/c2_baseline/compiler2/20001218-144629/run.appserver.jar.500.999.ksh[40]: 6419 Abort

      real 5m7.57s
      This assertion occured in following log files
      ========================================================
      file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/c2_baseline/compiler2/20001218-144629/ctw.appserver.jar.500.999.txt
      jar: /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/a-d/appserver.jar
      file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/c2_baseline/compiler2/20001218-144629/ctw.weblogic.jar.3000.3499.txt

      #########################
      # Test log
      #########################
      $ cat ctw.appserver.jar.500.999.txt
      Running /net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/c2_baseline/compiler2/20001218-144629/run.appserver.jar.500.999.ksh
      *****Debug Info: java -version(-Xinternalversion)*****
      java full version "1.4.0beta-b45"
      Built on Dec 18 2000 15:52:27 by auto build product+1.4+c2_baseline+compiler2+20001218-144629 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/20001218-144629:/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 minifridge 5.8 Generic sun4u sparc SUNW,Ultra-Enterprise
      *****Debug Info: Command Line As Follow*****
      /net/alpheridies/export/VM/users/fhsu/ctwresult/scripts/compileTheWorld/lib/SunOS_sparc/gamma -verify -XX:+CompileTheWorld -XX:MinInliningThreshold=0 -XX:MaxPermSize=64m -XX:CompileTheWorldStartAt=500 -XX:CompileTheWorldStopAt=999 -Xbootclasspath/p:/net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/a-d/appserver.jar
      *****Compile The World Start AT Mon Dec 18 19:21:00 PST 2000*****
      CompileTheWorld : Compiling all classes in /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/a-d/appserver.jar

      CompileTheWorld (500) : com/ardentsoftware/jb/relational/RelationalExtentEnumerator
      CompileTheWorld (501) : com/ardentsoftware/jb/relational/RelationalJRBProperty
      CompileTheWorld (502) : com/ardentsoftware/jb/relational/RelCollectionImp
      CompileTheWorld (503) : com/ardentsoftware/jb/relational/RelDCollectionImp
      CompileTheWorld (504) : com/ardentsoftware/jb/relational/RelJavaObjectInfo
      CompileTheWorld (505) : com/ardentsoftware/jb/relational/RelList
      CompileTheWorld (506) : com/ardentsoftware/jb/relational/RelListImp
      CompileTheWorld (507) : com/ardentsoftware/jb/relational/RelListOfBoolean
      CompileTheWorld (508) : com/ardentsoftware/jb/relational/RelListOfByte
      CompileTheWorld (509) : com/ardentsoftware/jb/relational/RelListOfCharacter
      CompileTheWorld (510) : com/ardentsoftware/jb/relational/RelListOfDouble
      CompileTheWorld (511) : com/ardentsoftware/jb/relational/RelListOfFloat
      CompileTheWorld (512) : com/ardentsoftware/jb/relational/RelListOfInteger
      .............
      .............
      skipping.....
      .............
      .............
      mt=(t meet this)= java/lang/RuntimeException:NotNull *
      t_dual= com/softwareag/bolero/longTransaction/ltapi/LTRuntimeException:NotNull *
      this_dual= java/lang/NullPointerException *
      mt_dual= java/lang/RuntimeException:AnyNull *
      mt_dual meet t_dual= java/lang/RuntimeException:NotNull *
      mt_dual meet this_dual= java/lang/NullPointerException *
      #
      # HotSpot Virtual Machine Error, Internal Error
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # Fatal: meet not symmetric
      #
      # Error ID: /net/jano/export/disk05/hotspot/auto/ws_jano/fpt/src/share/vm/opto/type.cpp, 443 [ Patched ]
      #
      # Problematic Thread: prio=5 tid=0x12b370 nid=0xb runnable
      #
      Dumping core....
      VM option '+CompileTheWorld'
      VM option 'MinInliningThreshold=0'
      VM option 'MaxPermSize=64m'
      VM option 'CompileTheWorldStartAt=500'
      VM option 'CompileTheWorldStopAt=999'
      /net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/c2_baseline/compiler2/20001218-144629/run.appserver.jar.500.999.ksh[40]: 6419 Abort

      real 5m7.57s
      user 5m5.32s
      sys 0m0.83s
      Exit Value 134
      *****Compile The World End AT Mon Dec 18 19:26:07 PST 2000*****

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

            cvicksunw Christopher Vick (Inactive)
            fhsusunw Francis Hsu (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: