--- jsr166/src/jsr166e/ForkJoinPool.java 2012/12/17 12:09:30 1.33 +++ jsr166/src/jsr166e/ForkJoinPool.java 2012/12/17 16:31:08 1.34 @@ -2577,7 +2577,9 @@ public class ForkJoinPool extends Abstra } /** - * Returns the common pool instance. + * Returns the common pool instance. This pool is statically + * constructed; its run state is unaffected by attempts to + * {@link @shutdown} or {@link #shutdownNow}. * * @return the common pool instance */