JDK-8078742 : Link to wait-free algorithm paper in javadoc of ConcurrentLinkedQueue throws 403
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util.concurrent
  • Affected Version: 7u80
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: other
  • CPU: x86
  • Submitted: 2015-04-28
  • Updated: 2015-04-28
  • Resolved: 2015-04-28
Related Reports
Duplicate :  
Description
FULL PRODUCT VERSION :


A DESCRIPTION OF THE PROBLEM :
Link to  Simple, Fast, and Practical Non-Blocking and Blocking Concurrent Queue Algorithms 
paper throws HTTP 403 exception in following java documentation.
https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ConcurrentLinkedQueue.html


REPRODUCIBILITY :
This bug can be reproduced always.


Comments
The broken link in the document is: http://www.cs.rochester.edu/u/michael/PODC96.html Page url: https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ConcurrentLinkedQueue.html
28-04-2015