--- old/src/share/classes/java/util/concurrent/ForkJoinPool.java 2013-09-25 23:23:03.982021948 +0400 +++ new/src/share/classes/java/util/concurrent/ForkJoinPool.java 2013-09-25 23:23:03.834021942 +0400 @@ -189,7 +189,7 @@ * 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