< prev index next >

src/java.base/share/classes/java/util/concurrent/Phaser.java

Print this page
8225490: Miscellaneous changes imported from jsr166 CVS 2019-09
Reviewed-by: martin, alanb

*** 95,105 **** * tasks wait interruptibly or with timeout do not change the * state of the phaser. If necessary, you can perform any * associated recovery within handlers of those exceptions, * often after invoking {@code forceTermination}. Phasers may * also be used by tasks executing in a {@link ForkJoinPool}. ! * Progress is ensured if the pool's parallelismLevel can * accommodate the maximum number of simultaneously blocked * parties. * * </ul> * --- 95,105 ---- * tasks wait interruptibly or with timeout do not change the * state of the phaser. If necessary, you can perform any * associated recovery within handlers of those exceptions, * often after invoking {@code forceTermination}. Phasers may * also be used by tasks executing in a {@link ForkJoinPool}. ! * Progress is ensured if the pool's parallelism level can * accommodate the maximum number of simultaneously blocked * parties. * * </ul> *
< prev index next >