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

CTW assertion at gcm.cpp, 1215

XMLWordPrintable

    • beta2
    • x86
    • linux
    • Verified



      Name: fh87463 Date: 07/17/2001



      Following assertion occur when running Compile The Wrold tests on Linux platform.

      #
      # Java VM: Java HotSpot(TM) Server VM (optimized+1.4+baseline+compiler2+20010713-191843-debug mixed mode)
      #
      # assert(b->_freq > 0.0f, "Bad final frequency assignment")
      #
      # Error ID: /net/jano/export/disk05/hotspot/auto/ws_laphroaig/fpt/src/share/vm/opto/gcm.cpp, 1215
      #
      # Problematic Thread: prio=1 tid=0x0x4e40cf90 nid=0x1385 runnable
      #
      Current thread is 0x2009
      Dumping core ...
      VM option '+CompileTheWorld'
      VM option 'MinInliningThreshold=0'
      VM option 'MaxPermSize=64m'
      VM option 'CompileTheWorldStartAt=4500'
      VM option 'CompileTheWorldStopAt=4999'
      Exit Value 0
      *****Compile The World End AT Sat Jul 14 22:08:42 PDT 2001*****

      Binary used:
        Fastdebug binary of [baseline/compiler2/20010713-191843] from build archive page.

      Please look into rerun scripts for more detail.

      #########################
      # To reproduce the bug:
      #########################
      1. cd /net/jano.eng/export/disk20/GammaBase/Bugs/[bug ID]
      2. edit script if needed.
      3. run one of the shell scripts:
         run.Dynamo4.1.0.jar.4500.4999.ksh
      run.Dynamo4.5.0.jar.1500.1999.ksh
      run.Dynamo4.5.0.jar.4500.4999.ksh
      run.Khalid.jar.500.999.ksh
      run.appserver.jar.0.499.ksh
      run.cloudscape_classes.jar.10000.10499.ksh
      run.cloudscape_classes.jar.5500.5999.ksh
      run.compstudio.jar.1000.1499.ksh
      run.compstudio.jar.2000.2499.ksh
      run.compstudio.jar.2500.2999.ksh
      run.dashopro.jar.1000.1413.ksh
      run.dbp.jar.0.98.ksh
      run.jbuilder.zip.1000.1499.ksh
      run.jmf.jar.0.499.ksh
      run.swingall.jar.1000.1228.ksh
      run.swingall.jar.500.999.ksh
      run.visaj.jar.1000.1248.ksh
      run.weblogicaux.jar.2000.2404.ksh

      #########################
      # Rerun script
      #########################
      $ cat run.Dynamo4.1.0.jar.4500.4999.ksh
      #!/bin/ksh
      # Script automatic generated at Sat Jul 14 22:02:54 PDT 2001 by fhsu
      #
      print "Running $(cd $(dirname $0) ; pwd)/$(basename $0)"


      export JAVA_HOME=/net/jdk.eng/export/disk6/promoted/jdk/1.4/latest/binaries/linux-i386
      case "$(uname)" in
        SunOS)
          platform="$(uname -p)" # i386 or sparc
          ;;
        Linux|Windows*)
          platform="i386"
          ;;
      esac
      FLAGS="-XXaltjvm=/net/taloraan/export/vsn/VM/merlin/nightly/binary/baseline/20010713-191843/linux-i386/compiler2/fastdebug -verify -XX:+CompileTheWorld -XX:MinInliningThreshold=0 -XX:MaxPermSize=64m"
      VMTYPE="-XXaltjvm=/net/taloraan/export/vsn/VM/merlin/nightly/binary/baseline/20010713-191843/linux-i386/compiler2/fastdebug"
      JARFILE="/net/sqesvr/export/vsn/VM/testbase/testbase_vm/src/jit/compiletheworld/jars/a-d/Dynamo4.1.0.jar"
      START=4500
      END=4999
      CMDLINE="$JAVA_HOME/bin/java $FLAGS -XX:CompileTheWorldStartAt=$START -XX:CompileTheWorldStopAt=$END -Xbootclasspath/p:${JARFILE}"

      print "*****Debug Info: java -version(-Xinternalversion)*****"
      $JAVA_HOME/bin/java ${VMTYPE} -version 2>&1
      $JAVA_HOME/bin/java ${VMTYPE} -fullversion 2>&1
      $JAVA_HOME/bin/java ${VMTYPE} -Xinternalversion 2>&1
      print "*****Debug Info: JAVA_HOME*****"
      print "JAVA_HOME=$JAVA_HOME"
      print "*****Debug Info: Machine Used*****"
      print "$(uname -a)"

      print "*****Debug Info: Command Line As Follow*****"
      print "$CMDLINE"
      print "*****Compile The World Start AT $(date)*****"
      ksh -c "${CMDLINE}"
      print "Exit Value $?"
      echo "*****Compile The World End AT $(date)*****"
          

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

            azeemj Azeem Jiva
            fhsusunw Francis Hsu (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: