< prev index next >

src/java.base/windows/classes/sun/nio/ch/FileDispatcherImpl.java

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.  Oracle designates this

@@ -174,9 +174,7 @@
     static native void release0(FileDescriptor fd, long pos, long size)
         throws IOException;
 
     static native void close0(FileDescriptor fd) throws IOException;
 
-    static native void closeByHandle(long fd) throws IOException;
-
     static native long duplicateHandle(long fd) throws IOException;
 }
< prev index next >