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

[baseline/compiler1/20001116-094438]: CTW assertion at universe.cpp, 1134 [ Patc

XMLWordPrintable

    • sparc
    • solaris_8



      Name: fh87463 Date: 11/28/2000



      Following assertion occur when running Compile The Wrold tests.
      The tests fail in both c1/c2.

      # HotSpot Virtual Machine Error, assertion failure
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # assert(!t->has_pending_exception(), "Should not have pending excepting when calling allocation")
      #
      # Error ID: /net/jano/export/disk05/hotspot/auto/ws_jano/fpt/src/share/vm/memory/universe.cpp, 1134 [ Patched ]
      #
      # Problematic Thread: prio=5 tid=0x3acd8 nid=0x1 runnable
      #
      Dumping core....
      VM option '+CompileTheWorld'
      VM option 'MinInliningThreshold=0'
      VM option 'MaxPermSize=64m'
      VM option 'CompileTheWorldStartAt=0'
      VM option 'CompileTheWorldStopAt=499'
      /net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/baseline/compiler1/20001116-094438/run.rt_Jike1.11.jar.0.499.ksh[40]: 12564 Abort

      real 0m36.82s
      This assertion occured in following log files
      ========================================================
      file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/baseline/compiler1/20001116-094438/ctw.rt_Jike1.11.jar.0.499.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 [baseline/compiler1/20001116-094438] from build archive page.
        /net/jano.eng/export/disk05/hotspot/auto/ar/baseline/20001116-094438/bin_solaris_sparc_compiler1_fastg.tar.gz
        I have a copy of libjvm.so here:
        /net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/baseline/compiler1/20001116-094438/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.rt_Jike1.11.jar.0.499.ksh

      #########################
      # Rerun script
      #########################
      $ cat run.rt_Jike1.11.jar.0.499.ksh
      #!/bin/ksh
      # Script automatic generated at Fri Nov 17 06:42:17 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/baseline/compiler1/20001116-094438:$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/q-t/rt_Jike1.11.jar
      start=0
      end=499
      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.2
      # HotSpot Virtual Machine Error, assertion failure
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # assert(!t->has_pending_exception(), "Should not have pending excepting when calling allocation")
      #
      # Error ID: /net/jano/export/disk05/hotspot/auto/ws_jano/fpt/src/share/vm/memory/universe.cpp, 1134 [ Patched ]
      #
      # Problematic Thread: prio=5 tid=0x3acd8 nid=0x1 runnable
      #
      Dumping core....
      VM option '+CompileTheWorld'
      VM option 'MinInliningThreshold=0'
      VM option 'MaxPermSize=64m'
      VM option 'CompileTheWorldStartAt=0'
      VM option 'CompileTheWorldStopAt=499'
      /net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/baseline/compiler1/20001116-094438/run.rt_Jike1.11.jar.0.499.ksh[40]: 12564 Abort

      real 0m36.82s
      This assertion occured in following log files
      ========================================================
      file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/baseline/compiler1/20001116-094438/ctw.rt_Jike1.11.jar.0.499.txt
      jar: /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/q-t/rt_Jike1.11.jar
      jar: /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/q-t/rt_Jike1.11.jar
      jar: /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/q-t/rt_Jike1.11.jar

      #########################
      # Test log
      #########################
      $ cat ctw.rt_Jike1.11.jar.0.499.txt
      Running /net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/baseline/compiler1/20001116-094438/run.rt_Jike1.11.jar.0.499.ksh
      *****Debug Info: java -version(-Xinternalversion)*****
      java full version "1.4.0beta-b41"
      Built on Nov 17 2000 03:57:18 by auto build product+1.4+baseline+compiler1+20001116-094438 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/baseline/compiler1/20001116-094438:/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 Sun-Fire_BETA_1.0 sun4u sparc SUNW,Sun-Fire
      *****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=0 -XX:CompileTheWorldStopAt=499 -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 Nov 17 06:42:19 PST 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 (1) : java/lang/reflect/Proxy
      CompileTheWorld (2) : java/lang/reflect/Modifier
      CompileTheWorld (3) : java/lang/reflect/Member
      CompileTheWorld (4) : java/lang/reflect/Method
      CompileTheWorld (5) : java/lang/reflect/Field
      CompileTheWorld (6) : java/lang/reflect/Constructor
      CompileTheWorld (7) : java/lang/reflect/Array
      CompileTheWorld (8) : java/lang/reflect/InvocationTargetException
      CompileTheWorld (9) : java/lang/reflect/ReflectPermission
      CompileTheWorld (10) : java/lang/reflect/InvocationHandler
      CompileTheWorld (11) : java/lang/reflect/AccessibleObject
      CompileTheWorld (12) : java/lang/reflect/UndeclaredThrowableException
      CompileTheWorld (13) : java/lang/ref/FinalReference
      .............
      .............
      skipping.....
      .............
      .............
      CompileTheWorld (401) : java/net/ContentHandler
      CompileTheWorld (402) : java/net/URLStreamHandler
      CompileTheWorld (403) : java/net/ContentHandlerFactory
      CompileTheWorld (404) : java/net/FileNameMap
      CompileTheWorld (405) : java/net/URLEncoder
      CompileTheWorld (406) : java/net/MalformedURLException
      #
      # HotSpot Virtual Machine Error, assertion failure
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # assert(!t->has_pending_exception(), "Should not have pending excepting when calling allocation")
      #
      # Error ID: /net/jano/export/disk05/hotspot/auto/ws_jano/fpt/src/share/vm/memory/universe.cpp, 1134 [ Patched ]
      #
      # Problematic Thread: prio=5 tid=0x3acd8 nid=0x1 runnable
      #
      Dumping core....
      VM option '+CompileTheWorld'
      VM option 'MinInliningThreshold=0'
      VM option 'MaxPermSize=64m'
      VM option 'CompileTheWorldStartAt=0'
      VM option 'CompileTheWorldStopAt=499'
      /net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/baseline/compiler1/20001116-094438/run.rt_Jike1.11.jar.0.499.ksh[40]: 12564 Abort

      real 0m36.82s
      user 0m33.06s
      sys 0m0.43s
      Exit Value 134
      *****Compile The World End AT Fri Nov 17 06:42:56 PST 2000*****

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

            mgharahgsunw Mohammad Gharahgouzloo (Inactive)
            fhsusunw Francis Hsu (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: