--- jsr166/src/jsr166y/ForkJoinPool.java 2013/01/03 19:21:21 1.171 +++ jsr166/src/jsr166y/ForkJoinPool.java 2013/01/04 18:52:18 1.172 @@ -2559,6 +2559,7 @@ public class ForkJoinPool extends Abstra * exit. * * @return the common pool instance + * @since 1.8 */ public static ForkJoinPool commonPool() { // assert common != null : "static init error"; @@ -2741,6 +2742,7 @@ public class ForkJoinPool extends Abstra * Returns the targeted parallelism level of the common pool. * * @return the targeted parallelism level of the common pool + * @since 1.8 */ public static int getCommonPoolParallelism() { return commonParallelism;