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

JCK14, lang/STMT/stmt185/stmt18501, Err ->4F530E43505002D7 01, c2Xcomp,d64Xcomp

XMLWordPrintable

    • beta2
    • x86, sparc
    • generic, linux, windows_nt
    • Verified

      JDK : 1.4.0-beta_refresh-b70/b71
      JCK : jck1.4
      Platform[s] : Solaris 8 sparc, intel, 4m were tested.
      Switch/Mode : -d64 -Xcomp --> Failed only on sparc
                       -Server -Xcomp --> Failed on intel & 4m, but passed for sparc
                        (Passed for all the other switches)
      JCK test owner : http://javaweb.eng/jct/sqe/JCK-tck/usr/owners.jto
      Failing Test : lang/STMT/stmt185/stmt18501/stmt18501.html


      Test source location:
      =====================
      /net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/lang/STMT/stmt185/stmt18501/stmt18501.java

      jtr file location:
      ==================
      file:///net/jtgb4u4c/export/sail16/results/merlin/b70/jck14/sparc/s8_32bit_server_comp_jtg-s212/workDir/lang/STMT/stmt185/stmt18501/stmt18501.jtr


      How to reproduce:
      ====================
      Run the attached script
         lang_STMT18501.ksh -server -Xcomp
         lang_STMT18501.ksh -d64 -Xcomp

      --------Script START---------------------
      #!/bin/ksh
      SWITCH=${1+$@}
      JDK=/net/jdk/export/disk8/local.java/jdk1.4.0
      TESTBASE=/net/jdk/export/disk8/local.java/jck1.4
      JCK=${TESTBASE}/JCK-runtime-14
      executeClass=javasoft.sqe.tests.lang.stmt185.stmt18501.stmt18501
      excludeCmd=
      executeClassArgs=
      executeTestURL=
      headless=

      #executeContextArgs is used for vm testing.
      executeContextArgs=

      case `uname -s` in
        SunOS)
         ARCH=`uname -p`
         case $ARCH in
          sparc)
            sharedJDK=$JDK/solsparc
            ;;
          i386)
            sharedJDK=$JDK/solx86
            ;;
         esac
         ;;
        Linux)
         sharedJDK=$JDK/linux-i386
         ARCH=linux
         ;;
      esac

      CLASSPATH=${JCK}/classes:${JCK}/javatest.jar
      DISPLAY=${DISPLAY-$HOST:0.0}

      if `echo $SWITCH|grep "\-d64" >/dev/null`; then
        LD_LIBRARY_PATH=${JCK}/lib/sparcv9
      else
        LD_LIBRARY_PATH=${JCK}/lib/${ARCH}
      fi


      PATH=$JDK/bin:$sharedJDK/bin:$PATH

      export PATH CLASSPATH DISPLAY LD_LIBRARY_PATH


      echo
      java ${SWITCH} -version
      echo
      java ${SWITCH} -verify -Xfuture -Djava.security.policy=${JCK}/lib/jck.policy
      -Djava.security.policy=${JCK}/lib/jck.auth.login.config ${executeClass} ${excludeCmd} ${executeClassArgs} ${executeContextArgs} ${executeTestURL} --------Script END----------------------

      Test output:
      =============
      #
      # HotSpot Virtual Machine Error : 11
      # Error ID : 4F530E43505002D7 01
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # Java VM: Java HotSpot(TM) Server VM (1.4.0-beta_refresh-b70 compiled mode)
      #
      # An error report file has been saved as hs_err_pid7759.log.
      # Please refer to the file for further information.
      #

      Specific Machine Info:
      =====================

      SunOS jtg-s120 5.8 Generic sun4u sparc SUNW,Ultra-60
      SunOS jtg-s212 5.8 Generic sun4m sparc SUNW,SPARCstation-5
      SunOS jtg-i108 5.8 Generic i86pc i386 i86pc



      srilakshmi.chappidi@Eng 2001-07-12

            sdeversunw Steve Dever (Inactive)
            schappidsunw Srilakshmi Chappidi (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: