JDK-8035661 : Test fix java/util/concurrent/ConcurrentQueues/OfferRemoveLoops.java from jsr166 CVS
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util.concurrent
  • Affected Version: 8,9
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2014-02-24
  • Updated: 2015-11-09
  • Resolved: 2015-09-21
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b88Resolved
Related Reports
Duplicate :  
Relates :  
Description
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
Comments
bulk integration of JSR166 CVS no longer calls Thread.stop.
21-09-2015