8005709: Add at since tags to new FJP getCommonPoolParallelism and commonPool
authorchegar
Sat, 05 Jan 2013 17:06:54 +0000
changeset 15002 8ab8c2b2eee6
parent 15001 7ff65849323c
child 15003 364408faddeb
child 15008 6a494f8ba5b5
8005709: Add at since tags to new FJP getCommonPoolParallelism and commonPool Reviewed-by: dl
jdk/src/share/classes/java/util/concurrent/ForkJoinPool.java
--- a/jdk/src/share/classes/java/util/concurrent/ForkJoinPool.java	Fri Jan 04 16:10:14 2013 -0800
+++ b/jdk/src/share/classes/java/util/concurrent/ForkJoinPool.java	Sat Jan 05 17:06:54 2013 +0000
@@ -2611,6 +2611,7 @@
      * {@link #shutdown} or {@link #shutdownNow}.
      *
      * @return the common pool instance
+     * @since 1.8
      */
     public static ForkJoinPool commonPool() {
         // assert commonPool != null : "static init error";
@@ -2793,6 +2794,7 @@
      * 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 commonPoolParallelism;