-
Bug
-
Resolution: Duplicate
-
P4
-
8, 9
-
None
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8142174 | emb-9 | Doug Lea | P4 | Resolved | Fixed | team |
Test java/util/concurrent/ConcurrentQueues/OfferRemoveLoops.java suffers a couple of issues. Which includes
1. Using Thread.stop to stop thread.
2. Possible timeout issue
This test was developed long time before and has been fixed in jsr166 CVS. We should bring it to openjdk repo
1. Using Thread.stop to stop thread.
2. Possible timeout issue
This test was developed long time before and has been fixed in jsr166 CVS. We should bring it to openjdk repo
- backported by
-
JDK-8142174 Test fix java/util/concurrent/ConcurrentQueues/OfferRemoveLoops.java from jsr166 CVS
- Resolved
- duplicates
-
JDK-8134853 Bulk integration of java.util.concurrent and related java.util classes
- Resolved
- relates to
-
JDK-8031374 TEST_BUG: java/util/concurrent/ConcurrentQueues/OfferRemoveLoops.java fails Intermittently
- Resolved