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

[baseline/compiler2/20001018-183510]: exception detected in native code

XMLWordPrintable

    • sparc
    • solaris_8



      Name: fh87463 Date: 10/24/2000



      Following assertion occur when running Compile The Wrold tests.

      CompileTheWorld (1235) : com/softwareag/bolero/language/compiler/pass/BoleroINSERT
      CompileTheWorld (1236) : com/softwareag/bolero/language/compiler/pass/BoleroISCONSTRUCTOROQLQUERY
      CompileTheWorld (1237) : com/softwareag/bolero/language/compiler/pass/BoleroISLOCALSTRINGEXPRESSION
      CompileTheWorld (1238) : com/softwareag/bolero/language/compiler/pass/BoleroISTRANSIENTFORCHANGESYNTAX
      CompileTheWorld (1239) : com/softwareag/bolero/language/compiler/pass/BoleroOQLREFERENCEEXPRESSION
      CompileTheWorld (1240) : com/softwareag/bolero/language/compiler/pass/BoleroParser
      # # An unexpected exception has been detected in native code outside the VM.# Program counter=0xff14132c
      #
      # Problematic Thread: prio=5 tid=0x139c98 nid=0xb runnable
      #
      Dumping core....
      VM option '+CompileTheWorld'
      VM option 'MinInliningThreshold=0'
      VM option 'MaxPermSize=64m'
      VM option 'CompileTheWorldStartAt=1000'
      VM option 'CompileTheWorldStopAt=1499'
      Command terminated abnormally.

      real 4:00.88
      This assertion occured in following log files
      ========================================================
      file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/baseline/compiler2/20001018-183510/ctw.compstudio.jar.1000.1499.txt
      jar: /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/a-d/compstudio.jar

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

      #########################
      # Rerun script
      #########################
      $ cat run.compstudio.jar.1000.1499.ksh
      #!/bin/ksh
      # Script automatic generated at Mon Oct 23 00:13:55 PDT 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/compiler2/20001018-183510:$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/a-d/compstudio.jar
      start=1000
      end=1499
      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)*****"
      timex ksh -c "${CMDLINE}"
      print "Exit Value $?"
      echo "*****Compile The World End AT $(date)*****"
          

      #########################
      # Assertion
      #########################
      $ cat assertion.7
      CompileTheWorld (1235) : com/softwareag/bolero/language/compiler/pass/BoleroINSERT
      CompileTheWorld (1236) : com/softwareag/bolero/language/compiler/pass/BoleroISCONSTRUCTOROQLQUERY
      CompileTheWorld (1237) : com/softwareag/bolero/language/compiler/pass/BoleroISLOCALSTRINGEXPRESSION
      CompileTheWorld (1238) : com/softwareag/bolero/language/compiler/pass/BoleroISTRANSIENTFORCHANGESYNTAX
      CompileTheWorld (1239) : com/softwareag/bolero/language/compiler/pass/BoleroOQLREFERENCEEXPRESSION
      CompileTheWorld (1240) : com/softwareag/bolero/language/compiler/pass/BoleroParser
      # # An unexpected exception has been detected in native code outside the VM.# Program counter=0xff14132c
      #
      # Problematic Thread: prio=5 tid=0x139c98 nid=0xb runnable
      #
      Dumping core....
      VM option '+CompileTheWorld'
      VM option 'MinInliningThreshold=0'
      VM option 'MaxPermSize=64m'
      VM option 'CompileTheWorldStartAt=1000'
      VM option 'CompileTheWorldStopAt=1499'
      Command terminated abnormally.

      real 4:00.88
      This assertion occured in following log files
      ========================================================
      file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/baseline/compiler2/20001018-183510/ctw.compstudio.jar.1000.1499.txt
      jar: /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/a-d/compstudio.jar

      #########################
      # Test logs
      #########################
      $ cat ctw.compstudio.jar.1000.1499.txt
      Running /net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/baseline/compiler2/20001018-183510/run.compstudio.jar.1000.1499.ksh
      *****Debug Info: java -version(-Xinternalversion)*****
      java full version "1.4.0beta-b37"
      Built on Oct 18 2000 20:24:28 by auto build product+1.4+baseline+compiler2+20001018-183510 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/compiler2/20001018-183510:/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 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=1000 -XX:CompileTheWorldStopAt=1499 -Xbootclasspath/p:/net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/a-d/compstudio.jar
      *****Compile The World Start AT Mon Oct 23 00:13:57 PDT 2000*****
      CompileTheWorld : Compiling all classes in /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/a-d/compstudio.jar

      CompileTheWorld (1000) : com/softwareag/bolero/language/compiler/JBCGenerator/JBCInstructionSet/JBCInstruction_dup2_x1
      CompileTheWorld (1001) : com/softwareag/bolero/language/compiler/JBCGenerator/JBCInstructionSet/JBCInstruction_dup2_x2
      CompileTheWorld (1002) : com/softwareag/bolero/language/compiler/JBCGenerator/JBCInstructionSet/JBCInstruction_dup_x1
      CompileTheWorld (1003) : com/softwareag/bolero/language/compiler/JBCGenerator/JBCInstructionSet/JBCInstruction_dup_x2
      CompileTheWorld (1004) : com/softwareag/bolero/language/compiler/JBCGenerator/JBCInstructionSet/JBCInstruction_f2d
      CompileTheWorld (1005) : com/softwareag/bolero/language/compiler/JBCGenerator/JBCInstructionSet/JBCInstruction_f2i
      CompileTheWorld (1006) : com/softwareag/bolero/language/compiler/JBCGenerator/JBCInstructionSet/JBCInstruction_f2l
      CompileTheWorld (1007) : com/softwareag/bolero/language/compiler/JBCGenerator/JBCInstructionSet/JBCInstruction_fadd
      CompileTheWorld (1008) : com/softwareag/bolero/language/compiler/JBCGenerator/JBCInstructionSet/JBCInstruction_faload
      CompileTheWorld (1009) : com/softwareag/bolero/language/compiler/JBCGenerator/JBCInstructionSet/JBCInstruction_fastore
      CompileTheWorld (1010) : com/softwareag/bolero/language/compiler/JBCGenerator/JBCInstructionSet/JBCInstruction_fcmpg
      CompileTheWorld (1011) : com/softwareag/bolero/language/compiler/JBCGenerator/JBCInstructionSet/JBCInstruction_fcmpl
      CompileTheWorld (1012) : com/softwareag/bolero/language/compiler/JBCGenerator/JBCInstructionSet/JBCInstruction_fconst_0
      .............
      .............
      skipping.....
      .............
      .............
      CompileTheWorld (1229) : com/softwareag/bolero/language/compiler/pass/BoleroGETCONSTRUCTORS
      CompileTheWorld (1230) : com/softwareag/bolero/language/compiler/pass/BoleroGETINTERFACES
      CompileTheWorld (1231) : com/softwareag/bolero/language/compiler/pass/BoleroGETSUPERCLASS
      CompileTheWorld (1232) : com/softwareag/bolero/language/compiler/pass/BoleroHANDLEPREVIOUS
      CompileTheWorld (1233) : com/softwareag/bolero/language/compiler/pass/BoleroINITIALIZEIMPLICITPARAMS
      CompileTheWorld (1234) : com/softwareag/bolero/language/compiler/pass/BoleroINITIALIZEIMPORTSTATEMENT
      CompileTheWorld (1235) : com/softwareag/bolero/language/compiler/pass/BoleroINSERT
      CompileTheWorld (1236) : com/softwareag/bolero/language/compiler/pass/BoleroISCONSTRUCTOROQLQUERY
      CompileTheWorld (1237) : com/softwareag/bolero/language/compiler/pass/BoleroISLOCALSTRINGEXPRESSION
      CompileTheWorld (1238) : com/softwareag/bolero/language/compiler/pass/BoleroISTRANSIENTFORCHANGESYNTAX
      CompileTheWorld (1239) : com/softwareag/bolero/language/compiler/pass/BoleroOQLREFERENCEEXPRESSION
      CompileTheWorld (1240) : com/softwareag/bolero/language/compiler/pass/BoleroParser
      # # An unexpected exception has been detected in native code outside the VM.# Program counter=0xff14132c
      #
      # Problematic Thread: prio=5 tid=0x139c98 nid=0xb runnable
      #
      Dumping core....
      VM option '+CompileTheWorld'
      VM option 'MinInliningThreshold=0'
      VM option 'MaxPermSize=64m'
      VM option 'CompileTheWorldStartAt=1000'
      VM option 'CompileTheWorldStopAt=1499'
      Command terminated abnormally.

      real 4:00.88
      user 3:55.04
      sys 0.72

      Exit Value 0
      *****Compile The World End AT Mon Oct 23 00:17:58 PDT 2000*****

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

            rknippelsunw Ross Knippel (Inactive)
            fhsusunw Francis Hsu (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: