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.168 by jsr166, Thu Feb 28 16:33:53 2013 UTC vs.
Revision 1.169 by dl, Wed Mar 13 12:39:02 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 // enable when @Contended is stable
132   public class ForkJoinPool extends AbstractExecutorService {
133  
134      /*
# Line 609 | Line 609 | public class ForkJoinPool extends Abstra
609       * help arrange that). The @Contended annotation alerts JVMs to
610       * try to keep instances apart.
611       */
612 <    //@sun.misc.Contended // enable when @Contended is stable
612 >    @sun.misc.Contended // enable when @Contended is stable
613      static final class WorkQueue {
614          /**
615           * Capacity of work-stealing queue array upon initialization.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines