jdk/src/solaris/classes/sun/nio/ch/InheritedChannel.java
changeset 6525 56be41b86ef8
parent 5506 202f599c92aa
child 7668 d4a77089c587
--- a/jdk/src/solaris/classes/sun/nio/ch/InheritedChannel.java	Wed Sep 01 17:37:45 2010 -0700
+++ b/jdk/src/solaris/classes/sun/nio/ch/InheritedChannel.java	Fri Sep 03 13:11:54 2010 +0100
@@ -96,7 +96,7 @@
                                          FileDescriptor fd)
             throws IOException
         {
-            super(sp, fd);
+            super(sp, fd, true);
         }
 
         protected void implCloseSelectableChannel() throws IOException {