--- old/src/java.base/share/classes/java/nio/channels/AsynchronousChannelGroup.java 2017-05-10 17:20:26.459721946 -0700 +++ new/src/java.base/share/classes/java/nio/channels/AsynchronousChannelGroup.java 2017-05-10 17:20:26.359717567 -0700 @@ -60,11 +60,15 @@ * default group is not configured then the pooled threads of the default group * are {@link Thread#isDaemon daemon} threads. * - * + *
+ * + * * * * * + * + * * * * * + * *
System properties
System propertyDescription
{@code java.nio.channels.DefaultThreadPool.threadFactory} The value of this property is taken to be the fully-qualified name @@ -86,6 +90,7 @@ * unspecified error to be thrown during the construction of the default * group.
* *

Threading