summaryrefslogtreecommitdiff
path: root/java/src/IceInternal/ThreadPool.java
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2005-11-03 09:11:36 +0000
committerMatthew Newhook <matthew@zeroc.com>2005-11-03 09:11:36 +0000
commita397434dd6ac83b141fc9d6e88ecaa0b3f442a71 (patch)
treea1cd27162a914d3c6fdae3122b1a55708f04118b /java/src/IceInternal/ThreadPool.java
parentTooltips (diff)
downloadice-a397434dd6ac83b141fc9d6e88ecaa0b3f442a71.tar.bz2
ice-a397434dd6ac83b141fc9d6e88ecaa0b3f442a71.tar.xz
ice-a397434dd6ac83b141fc9d6e88ecaa0b3f442a71.zip
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=548
Diffstat (limited to 'java/src/IceInternal/ThreadPool.java')
-rw-r--r--java/src/IceInternal/ThreadPool.java14
1 files changed, 1 insertions, 13 deletions
diff --git a/java/src/IceInternal/ThreadPool.java b/java/src/IceInternal/ThreadPool.java
index 272dcd507b5..3a2585c33cf 100644
--- a/java/src/IceInternal/ThreadPool.java
+++ b/java/src/IceInternal/ThreadPool.java
@@ -276,19 +276,7 @@ public final class ThreadPool
if(_fdIntrWrite != null)
{
- try
- {
- _fdIntrWrite.close();
- }
- catch(java.io.IOException ex)
- {
- //
- // Ignore this execption. It can occur due to an apparent
- // bug in the JVM on some platforms such as Linux. Calling
- // close throws an IOException eventhough _fdIntrWrite is
- // valid.
- //
- }
+ _fdIntrWrite.close();
_fdIntrWrite = null;
}