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.109 by jsr166, Sun Nov 18 18:03:11 2012 UTC vs.
Revision 1.110 by jsr166, Sun Nov 18 19:28:15 2012 UTC

# Line 2477 | Line 2477 | public class ForkJoinPool extends Abstra
2477       * @return the common pool instance
2478       */
2479      public static ForkJoinPool commonPool() {
2480 <        return commonPool; // cannot be null (if so, a static init error)
2480 >        // assert commonPool != null : "static init error";
2481 >        return commonPool;
2482      }
2483  
2484      // Execution methods

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines