-
Bug
-
Resolution: Fixed
-
P3
-
1.3.1
-
None
-
b01
-
generic
-
generic
The fix for 4499542 was backported from 1.4 to 1.3.1_04, but the backport was
incomplete. The usesDefaultDeflater field is never set, so the close() method
never invokes the underlying deflater's end() method. This causes native
memory to be retained until the deflater is finalized. Since finalization is
never guaranteed, native OutOfMemoryErrors can occur under heavy load.
This bug only exists in 1.3.1.
###@###.### 2005-1-28 20:22:26 GMT
incomplete. The usesDefaultDeflater field is never set, so the close() method
never invokes the underlying deflater's end() method. This causes native
memory to be retained until the deflater is finalized. Since finalization is
never guaranteed, native OutOfMemoryErrors can occur under heavy load.
This bug only exists in 1.3.1.
###@###.### 2005-1-28 20:22:26 GMT
- relates to
-
JDK-4499542 Fix for Bug 4475540 forces us to construct a new Deflater everytime
- Resolved
-
JDK-5072161 OutOfMemoryError while using GZIPOutputStream
- Closed