ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ForkJoinPool.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/ForkJoinPool.java (file contents):
Revision 1.170 by dl, Mon Mar 18 12:34:33 2013 UTC vs.
Revision 1.171 by jsr166, Fri Mar 22 22:03:11 2013 UTC

# Line 128 | Line 128 | import java.util.concurrent.TimeUnit;
128   * @since 1.7
129   * @author Doug Lea
130   */
131 < @sun.misc.Contended // enable when @Contended is stable
131 > @sun.misc.Contended
132   public class ForkJoinPool extends AbstractExecutorService {
133  
134      /*
# Line 612 | Line 612 | public class ForkJoinPool extends Abstra
612       * help arrange that). The @Contended annotation alerts JVMs to
613       * try to keep instances apart.
614       */
615 <    @sun.misc.Contended // enable when @Contended is stable
615 >    @sun.misc.Contended
616      static final class WorkQueue {
617          /**
618           * Capacity of work-stealing queue array upon initialization.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines