summaryrefslogtreecommitdiff
path: root/java/src
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2002-06-29 03:05:26 +0000
committerMark Spruiell <mes@zeroc.com>2002-06-29 03:05:26 +0000
commite8da5f7200d03e4b4da53512c4aab9109da8df72 (patch)
tree0eac9c0631091c2214879f8d5ef9b2d897d2947a /java/src
parentmore Win32 hack cleanup (diff)
downloadice-e8da5f7200d03e4b4da53512c4aab9109da8df72.tar.bz2
ice-e8da5f7200d03e4b4da53512c4aab9109da8df72.tar.xz
ice-e8da5f7200d03e4b4da53512c4aab9109da8df72.zip
Linux fix
Diffstat (limited to 'java/src')
-rw-r--r--java/src/IceInternal/ThreadPool.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/java/src/IceInternal/ThreadPool.java b/java/src/IceInternal/ThreadPool.java
index 4472d02bfc1..ae0fb7d6975 100644
--- a/java/src/IceInternal/ThreadPool.java
+++ b/java/src/IceInternal/ThreadPool.java
@@ -741,12 +741,10 @@ public final class ThreadPool
// for that special case here and ignore it.
// Hopefully we're not masking something important!
//
-/*
if(ex.getMessage().indexOf("Interrupted system call") != -1)
{
continue;
}
-*/
Ice.SocketException se = new Ice.SocketException();
se.initCause(ex);
@@ -783,12 +781,10 @@ public final class ThreadPool
// for that special case here and ignore it.
// Hopefully we're not masking something important!
//
-/*
if(ex.getMessage().indexOf("Interrupted system call") != -1)
{
continue;
}
-*/
Ice.SocketException se = new Ice.SocketException();
se.initCause(ex);