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

64-bit merlin build fails to run JCK vm tests correctly

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • 1.4.0
    • hotspot
    • sparc
    • solaris_8

      Running JCK-runtime-13fcs.vm tests we get roughly 3% total failures, roughly 90.

      Test fails with flags:
      -Xint & -Xcomp -Xbatch

      Java code error report:
      a1997 type failed: D
      a1997 type failed: D
      a1997 type failed: D

      Single testlist testcase the will display above error:
      JCK-runtime-13fcs/tests/vm/jni/CallMethod/call001/call00101m1/call00101m1.html jck_jni_execute_positive

      To re-produce run following tlog

      #!/bin/ksh

      DISPLAY=curious-george.east:0.1
      LP64=1
      TZ=US/Eastern
      LD_LIBRARY_PATH=/net/castor.east/jtg/testbase/src/JCK-runtime-13fcs/lib/sparcv9
      JAVA_HOME=/net/curious-george.east/disk1/ws/fast-64/build/solaris-sparc
      PATH=/net/curious-george.east/disk1/ws/fast-64/build/solaris-sparc/bin:/bin

      while [ $# -gt 0 ];
      do
        if [ $1 = "-jdk" ]; then
      shift 1
      PATH=${1}/bin:${PATH}
      shift 1
        else
      if [ $1 = "-d" ]; then
      shift 1
      if [ $# -gt 0 ]; then
      DISPLAY=$1
      shift 1
      else
      DISPLAY=:0.0
      fi
      fi
        fi
      done

      export DISPLAY
      export LP64
      export TZ
      export LD_LIBRARY_PATH
      export JAVA_HOME
      export PATH
      /net/curious-george.east/disk1/ws/fast-64/build/solaris-sparc/bin/java -server -Xcomp -Xbatch -Djava.security.policy=/net/castor.east/jtg/testbase/src/JCK-runtime-13fcs/lib/jck.policy -verify -classpath /net/humdinger.east/scratch/Sparc_V9_Testing/JCK-runtime-13fcs.vm/collins.Solaris.sparc/call00101m1:/net/castor.east/jtg/tonga/tonga_harness/classes:/net/castor.east/jtg/testbase/src/JCK-runtime-13fcs/classes:/net/castor.east/jtg/testbase/src/JCK-runtime-13fcs/javatest.jar:/net/curious-george.east/disk1/ws/fast-64/build/solaris-sparc/bin/../classes javasoft.sqe.tests.vm.jni.call001.call00101m1.call00101m1 -nativeCodeSupported true
      ##Exit status of execution step=97
      ##!checkExitCode

      #Java code error report:
      #a1997 type failed: D
      #a1997 type failed: D
      #a1997 type failed: D

            bobv Bob Vandette (Inactive)
            collins Gary Collins (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: