Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2201454 | 7 | John Cuthbertson | P3 | Closed | Fixed | b115 |
JDK-2205793 | 6u25 | John Cuthbertson | P3 | Resolved | Fixed | b01 |
The nightly test:
runtime/threads/LoopTest
is being timed out due to the test hanging.
The test result can be found at:
http://sqeweb.sfbay.sun.com/nfs/tools/gtee/results/JDK7/NIGHTLY/VM/2010-09-04/G1_GC_Baseline/vm/linux-amd64/server/mixed/linux-amd64_vm_server_mixed_vm.runtime.testlist/analysis.html
Machine:
vm-amd64-07 (note you have to use the gtee account to login) but I've also seen it on my workstation. The hang happens quite frequently on the test system.
Test directory:
/net/sqenfs-2.sfbay/export2/results/vm/gtee/JDK7/NIGHTLY/VM/2010-09-04/G1_GC_Baseline/vm/linux-amd64/server/mixed/linux-amd64_vm_server_mixed_vm.runtime.testlist
This test is also being run with +ExplicitInvokesConcurrent.
In the test there is a Java thread that performs System.gc calls in a loop; a thread that just increments a counter in a loop; and a thread that sleeps for a specified period of time, wakes up and sets the loop termination variable for the other 2 threads.
runtime/threads/LoopTest
is being timed out due to the test hanging.
The test result can be found at:
http://sqeweb.sfbay.sun.com/nfs/tools/gtee/results/JDK7/NIGHTLY/VM/2010-09-04/G1_GC_Baseline/vm/linux-amd64/server/mixed/linux-amd64_vm_server_mixed_vm.runtime.testlist/analysis.html
Machine:
vm-amd64-07 (note you have to use the gtee account to login) but I've also seen it on my workstation. The hang happens quite frequently on the test system.
Test directory:
/net/sqenfs-2.sfbay/export2/results/vm/gtee/JDK7/NIGHTLY/VM/2010-09-04/G1_GC_Baseline/vm/linux-amd64/server/mixed/linux-amd64_vm_server_mixed_vm.runtime.testlist
This test is also being run with +ExplicitInvokesConcurrent.
In the test there is a Java thread that performs System.gc calls in a loop; a thread that just increments a counter in a loop; and a thread that sleeps for a specified period of time, wakes up and sets the loop termination variable for the other 2 threads.
- backported by
-
JDK-2205793 G1: LoopTest hangs when run with -XX:+ExplicitInvokesConcurrent
-
- Resolved
-
-
JDK-2201454 G1: LoopTest hangs when run with -XX:+ExplicitInvokesConcurrent
-
- Closed
-
- relates to
-
JDK-6983204 G1: Nightly test nsk/regression/b4958615 failing with +ExplicitInvokesConcurrent
-
- Closed
-