-
Bug
-
Resolution: Fixed
-
P4
-
1.3.0
-
sol-beta
-
sparc
-
solaris_7
-
Not verified
Name: icC57033 Date: 12/23/99
HotSpot VM 1.3fcs-R for Solaris fails test
nsk/jvmpi/ThreadHasRun/thasrun001
from
testbase_nsk
Classic VM passes the test.
To reproduce the bug run Korn shell script
doit.ksh <jdk_root_directory>
in
/net/sqesvr/vsn/GammaBase/Bugs/<this bug number>
Running on HS 1.3fcs-R for Solaris the test outputs:
-------------------------- java ---------------------------------
thasrun001ResumeThread: 0
thasrun001SuspendThread: 0
thasrun001ThreadHasRun: 0
#
# HotSpot Virtual Machine Error, Internal Error
#
# Error ID: 4F533F534F4C415249530E43505009E2 01
#
exit 1
-------------------------- java_g -------------------------------
thasrun001ResumeThread: 0
thasrun001SuspendThread: 0
thasrun001ThreadHasRun: 0
#
# HotSpot Virtual Machine Error, Internal Error
#
# Unimplemented()
#
# Error ID:
/usr/re/hotsparc_client1.3/ws/solsparc/hotsparc_client1.3fcs/build/solaris/.../..
/src/os/sola
ris/vm/os_solaris.cpp, 2530 [ Patched ]
#
Dumping core....
../doit.ksh[48]: 3418 Abort
exit 134
-------------------------- java -classic ------------------------
thasrun001ResumeThread: 0
thasrun001SuspendThread: 0
thasrun001ThreadHasRun: 0
return 1
thasrun001ResumeThread: 1
thasrun001SuspendThread: 1
thasrun001ThreadHasRun: 1
return 1
thasrun001ResumeThread: 2
....
....
return 0
thasrun001ResumeThread: 31
thasrun001SuspendThread: 31
thasrun001ThreadHasRun: 31
return 0
exit 95
======================================================================