RFR: jsr166 jdk9 integration wave 12
Paul Sandoz
paul.sandoz at oracle.com
Thu Nov 17 22:29:08 UTC 2016
> On 17 Nov 2016, at 13:58, Martin Buchholz <martinrb at google.com> wrote:
>
>
>
> On Thu, Nov 17, 2016 at 12:03 PM, Paul Sandoz <Paul.Sandoz at oracle.com <mailto:Paul.Sandoz at oracle.com>> wrote:
>
> ForkJoin
> —
>
> 69 * tasks that are never joined. All worker threads are initialized
> 70 * with {@link Thread#isDaemon} set {@code true}.
>
> CCC?
>
> JDK 7 had
> """Because ForkJoinPool uses threads in daemon mode, there is typically no need to explicitly shutdown such a pool upon program exit."""
> https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ForkJoinPool.html <https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ForkJoinPool.html>
>
> but that was inadvertently dropped.
>
Ah, i see, ok, no need.
Thanks,
Paul.
More information about the core-libs-dev
mailing list