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

Comparing jsr166/src/jsr166y/ForkJoinPool.java (file contents):
Revision 1.171 by jsr166, Thu Jan 3 19:21:21 2013 UTC vs.
Revision 1.172 by jsr166, Fri Jan 4 18:52:18 2013 UTC

# Line 2559 | Line 2559 | public class ForkJoinPool extends Abstra
2559       * exit.
2560       *
2561       * @return the common pool instance
2562 +     * @since 1.8
2563       */
2564      public static ForkJoinPool commonPool() {
2565          // assert common != null : "static init error";
# Line 2741 | Line 2742 | public class ForkJoinPool extends Abstra
2742       * Returns the targeted parallelism level of the common pool.
2743       *
2744       * @return the targeted parallelism level of the common pool
2745 +     * @since 1.8
2746       */
2747      public static int getCommonPoolParallelism() {
2748          return commonParallelism;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines