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

JCK: one test fails with -client -Xcomp flags in JCK runtime tests

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P3 P3
    • None
    • 1.3.1_13
    • hotspot
    • sparc
    • solaris_8

      When running JCK13a runtime tests on Solaris 8 SPARC with the 1.3.1_13b03 JDK - one test fails (.jtr file attached).

      vm/concepts/exceptions/exceptions031/exceptions03101

      The test only seems to fail due to the combination of flags used.


      The reason for failure is seen below:

      ----------------------------------------------------------
      #
      # HotSpot Virtual Machine Error, Internal Error
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # Error ID: 53484152454432554E54494D450E43505000EA 01
      #
      # Problematic Thread: prio=5 tid=0x28888 nid=0x1 runnable
      #
      ----------log:(0/0)----------
      result: Failed. unexpected exit code: exit code 6


      test result: Failed. unexpected exit code: exit code 6
      ----------------------------------------------------------



      After reading bug# 4949113, I tried running the tests with a different combination of the flags using the steps that were outlined in the bug report i.e.

      # export JAVA_HOME=/usr/j2se
      # export JCK=/net/latte.ireland/export/home4/jck/JCK-runtime-13a
      # export CLASSPATH="$JCK/classes:$JCK/javatest.jar"

      # $JAVA_HOME/bin/java -Xfuture -showversion javasoft.sqe.tests.vm.concepts.exceptions.exceptions031.exceptions03101.exceptions03101
      java version "1.3.1_13"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_13-b03)
      Java HotSpot(TM) Client VM (build 1.3.1_13-b03, mixed mode)

      # $JAVA_HOME/bin/java -client -Xcomp -Xfuture -showversion javasoft.sqe.tests.vm.concepts.exceptions.exceptions031.exceptions03101.exceptions03101
      java version "1.3.1_13"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_13-b03)
      Java HotSpot(TM) Client VM (build 1.3.1_13-b03, compiled mode)
      #
      # HotSpot Virtual Machine Error, Internal Error
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # Error ID: 53484152454432554E54494D450E43505000EA 01
      #
      # Problematic Thread: prio=5 tid=0x287e0 nid=0x1 runnable
      #
      Abort (core dumped)

      # $JAVA_HOME/bin/java -client -Xcomp -showversion javasoft.sqe.tests.vm.concepts.exceptions.exceptions031.exceptions03101.exceptions03101
      java version "1.3.1_13"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_13-b03)
      Java HotSpot(TM) Client VM (build 1.3.1_13-b03, compiled mode)
      #
      # HotSpot Virtual Machine Error, Internal Error
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # Error ID: 53484152454432554E54494D450E43505000EA 01
      #
      # Problematic Thread: prio=5 tid=0x287e0 nid=0x1 runnable
      #
      Abort (core dumped)

      # $JAVA_HOME/bin/java -Xcomp -showversion javasoft.sqe.tests.vm.concepts.exceptions.exceptions031.exceptions03101.exceptions03101
      java version "1.3.1_13"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_13-b03)
      Java HotSpot(TM) Client VM (build 1.3.1_13-b03, compiled mode)
      #
      # HotSpot Virtual Machine Error, Internal Error
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # Error ID: 53484152454432554E54494D450E43505000EA 01
      #
      # Problematic Thread: prio=5 tid=0x287e0 nid=0x1 runnable
      #
      Abort (core dumped)

      # $JAVA_HOME/bin/java -client -showversion javasoft.sqe.tests.vm.concepts.exceptions.exceptions031.exceptions03101.exceptions03101
      java version "1.3.1_13"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_13-b03)
      Java HotSpot(TM) Client VM (build 1.3.1_13-b03, mixed mode)

      #$JAVA_HOME/bin/java -server -Xcomp -showversion javasoft.sqe.tests.vm.concepts.exceptions.exceptions031.exceptions03101.exceptions03101
      java version "1.3.1_13"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_13-b03)
      Java HotSpot(TM) Server VM (build 1.3.1_13-b03, compiled mode)
      #

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

      This behaviour has been reproduced on 3 Solaris 8 SPARC machines (with August 2004 patches). I can also reproduce this behaviour with 1.3.1_12, however on 1.3.1_09, 1.3.1_10 and 1.3.1_11 - no error is returned.

      ###@###.### 2004-08-24
      ###@###.### 10/6/04 13:40 GMT

            poonam Poonam Bajaj Parhar
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: