-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b05
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2208114 | 7 | Y. Ramakrishna | P3 | Closed | Fixed | b135 |
The nightly test:
gc/gctests/CallGC/CallGC01
is failing intermittently by hanging and timing out.
Links to the failure are:
http://sqeweb.sfbay.sun.com/nfs/results/vm/gtee/JDK7/NIGHTLY/VM/2010-09-22/GC_Baseline-Xinc/vm/linux-i586/client/mixed/linux-i586_vm_client_mixed_vm.gc.testlist/analysis.html
and:
http://sqeweb.sfbay.sun.com/nfs/results/vm/gtee/JDK7/NIGHTLY/VM/2010-09-22/GC_Baseline-Xinc/vm/linux-i586/client/mixed/linux-i586_vm_client_mixed_vm.gc.testlist/ResultDir/CallGC01/
Machine: tq-win2k-dev
VM Arch: linux-i586 (Client VM).
The test seems to be hanging in one run out of 3 - so it's fairly reproducible.
The flags used to run the test include +ExplicitGCInvokesConcurrent. With this flag, calls to System.gc() perform a young collection and initiate a concurrent cycle. The thread that is making the call to System.gc() waits until the concurrent cycle completes. Looking at the stack traces of the various threads it looks like the issue might be associated with this flag.
I'm attaching the rerun.sh script just in case the links above end up being archived.
gc/gctests/CallGC/CallGC01
is failing intermittently by hanging and timing out.
Links to the failure are:
http://sqeweb.sfbay.sun.com/nfs/results/vm/gtee/JDK7/NIGHTLY/VM/2010-09-22/GC_Baseline-Xinc/vm/linux-i586/client/mixed/linux-i586_vm_client_mixed_vm.gc.testlist/analysis.html
and:
http://sqeweb.sfbay.sun.com/nfs/results/vm/gtee/JDK7/NIGHTLY/VM/2010-09-22/GC_Baseline-Xinc/vm/linux-i586/client/mixed/linux-i586_vm_client_mixed_vm.gc.testlist/ResultDir/CallGC01/
Machine: tq-win2k-dev
VM Arch: linux-i586 (Client VM).
The test seems to be hanging in one run out of 3 - so it's fairly reproducible.
The flags used to run the test include +ExplicitGCInvokesConcurrent. With this flag, calls to System.gc() perform a young collection and initiate a concurrent cycle. The thread that is making the call to System.gc() waits until the concurrent cycle completes. Looking at the stack traces of the various threads it looks like the issue might be associated with this flag.
I'm attaching the rerun.sh script just in case the links above end up being archived.
- backported by
-
JDK-2208114 iCMS: Intermittent hang with gc/gctests/CallGC/CallGC01 and +ExplicitGCInvokesConcurrent
-
- Closed
-