With tiger b29, atg and tomcat failed within minutes on solaris sparc/x86.
[19] PSMarkSweepDecorator::compact(0xc6698, 0x0, 0xcfb28, 0xf808d4bb, 0x78, 0x1e), at 0xfe42c404
[20] PSMarkSweep::invoke_no_policy(0xcf1d0, 0xfe54acfc, 0xc, 0xcf0c8, 0x1d14d0, 0xcf950), at 0xfe42a044
[21] PSScavenge::invoke(0xf2880efc, 0xcf950, 0x6994, 0x0, 0xfe537ca4, 0xfe53a934), at 0xfe430178
[22] ParallelScavengeHeap::failed_mem_allocate(0x5f0c, 0xf2880efc, 0x6, 0x0, 0x0, 0x0), at 0xfe41e840
[23] VM_ParallelGCFailedAllocation::doit(0xf2880ee0, 0x8154, 0x93f90, 0x0, 0xfe51c000, 0x8000), at 0xfe4880a8
[24] VM_Operation::evaluate(0xf2880ee0, 0xcfdc8, 0x143284, 0x142e90, 0x142e98, 0x7d8c0e), at 0xfe1a7c90
[25] VMThread::run(0xfe53709c, 0x142e98, 0x142de8, 0x143284, 0xfe54196c, 0xfe541968), at 0xfe0d2af4
[26] _start(0x142de8, 0x4c64, 0x6c00, 0x6cb8, 0x4c00, 0xfe51c000), at 0xfe0d1fd4
###@###.### 2003-11-19
It's regression from b28.
The problem only happened on solaris.
###@###.### 2003-11-19
Test machine is ultrajaguar (SunOS ultrajaguar 5.9 Generic_112233-03 sun4u sparc SUNW,Ultra-4)
How to reproduce the bug
1. telnet to ultrajaguar
2. export JAVA_HOME=/usr/j2se_b29
3. execute the script
/bs/runatg.ksh -server -XX:+UseParallelGC
###@###.### 2003-11-19
The failure happened with SerialGC as well.
###@###.### 2003-11-19
the failure happened with both -server and -client flags.
###@###.### 2003-11-19
###@###.### 2003-11-21
The anti-delta phase of this bug fix will cause the following NSK tests
to fail (again):
nsk/jvmti/GetThreadStatus/thrstat003
nsk/jvmti/scenarios/sampling/SP01/sp01t002
nsk/jvmti/scenarios/sampling/SP01/sp01t003
nsk/jvmti/scenarios/sampling/SP01/sp01t001
Name: dkR10014 Date: 12/08/2003
This bug causes to fail the following NSK jdi tests:
nsk/jdi/ThreadReference/status/status003
nsk/jdi/ThreadReference/status/status004
nsk/jdi/ThreadReference/status/status005
nsk/jdi/ThreadReference/status/status006
nsk/jdi/ThreadReference/status/status007
These tests will be available in r25 of testbase_nsk.
======================================================================
Name: dkR10014 Date: 12/12/2003
This bug causes to fail the following NSK jdi tests:
nsk/jdi/ObjectReference/waitingThreads/waitingthreads002
nsk/jdi/ObjectReference/waitingThreads/waitingthreads003
nsk/jdi/ObjectReference/waitingThreads/waitingthreads004
======================================================================
- relates to
-
JDK-4897519 JVMTI GetThreadStatus() returns wrong status for finished thread
-
- Closed
-