diff options
Diffstat (limited to 'java/src/IceInternal/ThreadPool.java')
-rw-r--r-- | java/src/IceInternal/ThreadPool.java | 4 |
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); |