JDK-4791833 : TEST_BUG: nsk/stress/jck12a/jck12a013
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 1.4.2
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: x86
  • Submitted: 2002-12-11
  • Updated: 2003-05-23
  • Resolved: 2002-12-13
Related Reports
Duplicate :  
Relates :  
Description
-------------------------------------
Test:	nsk/stress/jck12a/jck12a013
JDK:	Mantis b09
VM:	server, client
Mode:	comp, mixed
OS:	Win98
-------------------------------------

**********************************
TEST OUTPUT
**********************************
#!C:/MKS/MKSNT/sh.exe

PATH="Y:/weekly/mantis/JDK/latest/win/bin\;Y:/weekly/mantis/DTWS/suites/NSK_FULLLOOK/testbase/src/nsk/share/lib/wintel;"
TEST_ARGS=-timeout=30
SystemRoot=C:/windows
RAS_OPTIONS=
SHELL=C:/MKS/MKSNT/sh.exe
WINDIR=C:/windows
CLASSPATH="C:/exec1/NSK_FULLLOOK-WEEKLY-VM-ServerVM-comp-WINDOWS98-2002.12.05.20.26.10/hnguyen.Win98.x86/jck12a013;Y:/weekly/mantis/DTWS/suites/NSK_FULLLOOK/testbase/src/nsk/stress/share/classes;Y:/weekly/mantis/DTWS/suites/NSK_FULLLOOK/testbase/JCKS//JCK-runtime-api-12a/classes;Y:/weekly/mantis/DTWS/suites/NSK_FULLLOOK/testbase/JCKS//JCK-runtime-api-12a/javatest.jar"

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

export PATH
export TEST_ARGS
export SystemRoot
export RAS_OPTIONS
export SHELL
export WINDIR
export CLASSPATH

Y:/weekly/mantis/JDK/latest/win/bin/javac -d C:/exec1/NSK_FULLLOOK-WEEKLY-VM-ServerVM-comp-WINDOWS98-2002.12.05.20.26.10/hnguyen.Win98.x86/jck12a013/ C:/exec1/NSK_FULLLOOK-WEEKLY-VM-ServerVM-comp-WINDOWS98-2002.12.05.20.26.10/hnguyen.Win98.x86/jck12a013/*.java
##Exit status of Java compilation=0



PATH="Y:/weekly/mantis/JDK/latest/win/bin\;Y:/weekly/mantis/DTWS/suites/NSK_FULLLOOK/testbase/src/nsk/share/lib/wintel;"
TEST_ARGS=-timeout=30
SystemRoot=C:/windows
RAS_OPTIONS=
SHELL=C:/MKS/MKSNT/sh.exe
WINDIR=C:/windows
CLASSPATH="C:/exec1/NSK_FULLLOOK-WEEKLY-VM-ServerVM-comp-WINDOWS98-2002.12.05.20.26.10/hnguyen.Win98.x86/jck12a013;Y:/weekly/mantis/DTWS/suites/NSK_FULLLOOK/testbase/src/nsk/stress/share/classes;Y:/weekly/mantis/DTWS/suites/NSK_FULLLOOK/testbase/JCKS//JCK-runtime-api-12a/classes;Y:/weekly/mantis/DTWS/suites/NSK_FULLLOOK/testbase/JCKS//JCK-runtime-api-12a/javatest.jar"

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

export PATH
export TEST_ARGS
export SystemRoot
export RAS_OPTIONS
export SHELL
export WINDIR
export CLASSPATH

#annotate TEST javaopt=-server -server -Xcomp -XX:-ShowMessageBoxOnError
Y:/weekly/mantis/JDK/latest/win/bin/java -server -DHANGINGJAVA-49679033 -server -Xcomp -XX:-ShowMessageBoxOnError jck12a013 -timeout=30
##Exit status of execution step=1
##!checkExitCode

##
## HotSpot Virtual Machine Error, Internal Error
## Please report this error at
## http://java.sun.com/cgi-bin/bugreport.cgi
##
## Java VM: Java HotSpot(TM) Server VM (1.4.2-beta-b09 compiled mode)
##
## Error ID: 53484152454432554E54494D450E435050014F
##
## Problematic Thread: prio=5 tid=0x00764e20 nid=0xfde72017 runnable 
##
#
#Heap at VM Abort:
#Heap
# def new generation   total 6528K, used 3969K [0x10010000, 0x10720000, 0x10720000)
#  eden space 5824K,  68% used [0x10010000, 0x103f07c0, 0x105c0000)
#  from space 704K,   0% used [0x105c0000, 0x105c0000, 0x10670000)
#  to   space 704K,   0% used [0x10670000, 0x10670000, 0x10720000)
# tenured generation   total 58304K, used 58303K [0x10720000, 0x14010000, 0x14010000)
#   the space 58304K,  99% used [0x10720000, 0x1400ffe8, 0x14010000, 0x14010000)
# compacting perm gen  total 16384K, used 3901K [0x14010000, 0x15010000, 0x18010000)
#   the space 16384K,  23% used [0x14010000, 0x143df7c8, 0x143df800, 0x15010000)



*****************************
TO REPRODUCE THE BUG
*****************************
1. cd /net/jano.sfbay/export/disk20/GammaBase/Bugs/[bug ID]/
2. run rerun.sh

Comments
EVALUATION Name: Hung Nguyen Date: 12/13/02 I changed the category for this bug and close it as a duplicate bug. THks, ======================================= Name: elR10090 Date: 12/13/2002 Eugene I. Latkin <###@###.###> I cannot see from the Description, why this is deemed a test bug? Doesn't it rather look like a HotSpot bug similar to the known bug displaying the same ErrorID: 4787972 WINXP-64:nsk/stress/stack/b4502350 test crashes VM at sharedRuntime.cpp, 335 Please note, that the test jck12a013 consists of pure Java code; it doesn't invoke any native methods except of those provided with that J2RE implementation just being tested. Thus, once the test crashes, this certainly looks like an issue with the tested Java binaries; not a test problem. If there is no objection, I'm going to change category for this bug to hotspot/runtime_system and close it as a duplicate of 4787972. ======================================================================
11-06-2004

WORK AROUND
11-06-2004

SUGGESTED FIX
11-06-2004

PUBLIC COMMENTS
10-06-2004