src/share/classes/java/util/concurrent/ForkJoinPool.java

Print this page

        

@@ -187,11 +187,11 @@
      * want to read Herlihy and Shavit's book "The Art of
      * Multiprocessor programming", chapter 16 describing these in
      * more detail before proceeding.)  The main work-stealing queue
      * design is roughly similar to those in the papers "Dynamic
      * Circular Work-Stealing Deque" by Chase and Lev, SPAA 2005
-     * (http://research.sun.com/scalable/pubs/index.html) and
+     * (http://labs.oracle.com/pls/apex/f?p=labs:10:0) and
      * "Idempotent work stealing" by Michael, Saraswat, and Vechev,
      * PPoPP 2009 (http://portal.acm.org/citation.cfm?id=1504186).
      * See also "Correct and Efficient Work-Stealing for Weak Memory
      * Models" by Le, Pop, Cohen, and Nardelli, PPoPP 2013
      * (http://www.di.ens.fr/~zappa/readings/ppopp13.pdf) for an