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

Comparing jsr166/src/jdk7/java/util/concurrent/ForkJoinPool.java (file contents):
Revision 1.5 by jsr166, Thu Jan 3 19:21:20 2013 UTC vs.
Revision 1.6 by jsr166, Fri Jan 4 18:52:18 2013 UTC

# Line 2579 | Line 2579 | public class ForkJoinPool extends Abstra
2579       * Returns the common pool instance.
2580       *
2581       * @return the common pool instance
2582 +     * @since 1.8
2583       */
2584      public static ForkJoinPool commonPool() {
2585          // assert commonPool != null : "static init error";
# Line 2761 | Line 2762 | public class ForkJoinPool extends Abstra
2762       * Returns the targeted parallelism level of the common pool.
2763       *
2764       * @return the targeted parallelism level of the common pool
2765 +     * @since 1.8
2766       */
2767      public static int getCommonPoolParallelism() {
2768          return commonPoolParallelism;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines