Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjfrijters <jfrijters>2011-08-18 17:43:05 +0400
committerjfrijters <jfrijters>2011-08-18 17:43:05 +0400
commit2cd50131348935516c15df129863810ec9271f47 (patch)
treeba2bd64d5dccd57c51755d0fbbd674b72c5f92f8 /openjdk/sun
parent7fcc779c84943ee261502045575bba7c397caeae (diff)
Fixed regression.
Diffstat (limited to 'openjdk/sun')
-rw-r--r--openjdk/sun/nio/ch/SocketDispatcher.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/openjdk/sun/nio/ch/SocketDispatcher.java b/openjdk/sun/nio/ch/SocketDispatcher.java
index e82ebcc5..62409143 100644
--- a/openjdk/sun/nio/ch/SocketDispatcher.java
+++ b/openjdk/sun/nio/ch/SocketDispatcher.java
@@ -96,6 +96,9 @@ class SocketDispatcher extends NativeDispatcher
native long write(FileDescriptor fd, ByteBuffer[] bufs, int offset, int length) throws IOException;
void close(FileDescriptor fd) throws IOException {
+ }
+
+ void preClose(FileDescriptor fd) throws IOException {
try
{
if (false) throw new cli.System.Net.Sockets.SocketException();