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

JCK14 vm/instr/astore_w/astore_w004/astore_w00401m1/ core dump on Sol x86.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P1 P1
    • 1.4.0
    • 1.4.0
    • hotspot
    • rc1
    • x86
    • generic
    • Verified

      JDK : 1.4.0-beta-b87
      JCK : jck1.4-b13 (test was execlued on b12)
      Platform[s] : Solaris Intel. (passed on Solaris Sparc)
      switch/Mode : All switchs - Failed except
                       c1 -Xcomp - Passed.

      JCK test owner : http://javaweb.eng/jck/usr/owners.jto
      Failing Test : vm/instr/astore_w/astore_w004/astore_w00401m1/astore_w00401m1.html

      Test source location:
      =====================
      /net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/vm/instr/astore_w/astore_w004/astore_w00401m1/astore_w00401m1.jasm

      jtr file location:
      ==================
      file:///net/jtgb4u4c/export/sail16/results/merlin/b87/jck14/i386/s7_client_batch_verify_jtg-i106/workDir/vm/instr/astore_w/astore_w004/astore_w00401m1/astore_w00401m1.jtr


      How to reproduce:
      ====================
      Run the attached script
          astore_w00401m1.ksh
      --------Script START---------------------
      #!/bin/ksh
      SWITCH=${1+$@}
      JDK=/net/jdk/export/disk8/local.java/jdk1.4.0
      #JDK=/net/jdk/export/disk6/promoted/jdk/1.4/rc/b85/binaries
      TESTBASE=/net/jdk/export/disk8/local.java/jck1.4
      JCK=${TESTBASE}/JCK-runtime-14
      executeClass="javasoft.sqe.tests.vm.instr.astore_w.astore_w004.astore_w00401m1.astore_w00401m1"
      executeClassArgs="-TestCaseID ALL"
      headless=
      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
      ((x=0))
      while (( $x != 1 )) do
      echo testing $x

      java ${SWITCH} -verify -Xfuture -Djava.security.policy=${JCK}/lib/jck.policy -Djava.security.auth.policy=${JCK}/lib/jck.auth.policy -Djava.security.auth.login.config=${JCK}/lib/jck.auth.login.config -Djava.rmi.activation.port=${executeClass} ${executeClass} ${excludeCmd} ${executeClassArgs} ${executeContextArgs} ${executeTestURL}
      if [[ $? == "95" ]]; then
         echo pass
      else
         echo failed
      fi

      (( x = $x + 1 ))


      done


      --------Script END----------------------

      Test output:
      =============
      no output.
       coredump.

      Specific Machine Info:
      =====================
      SunOS jtg-i112 5.8 Generic_108529-05 i86pc i386 i86pc

       




      ###@###.### 2001-11-27

            phh Paul Hohensee
            tacheung Tak Wing Cheung (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: