|
Quick Lists
|
|
Bug ID:
|
6791458
|
|
Votes
|
0
|
|
Synopsis
|
FileInputStream/RandomAccessFile.read leaks memory if invoked on closed stream with len > 8k
|
|
Category
|
java:classes_io
|
|
Reported Against
|
|
|
Release Fixed
|
7(b44),
6-open(b16) (Bug ID:2172690)
|
|
State
|
10-Fix Delivered,
bug
|
|
Priority:
|
3-Medium
|
|
Related Bugs
|
|
|
Submit Date
|
08-JAN-2009
|
|
Description
|
As reported here:
http://mail.openjdk.java.net/pipermail/core-libs-dev/2009-January/000978.html
if FileInputStream or RandomAccessFile.read is invoked with a byte[] and len > 8k on a closed stream then the method throws IOException without releasing the the memory allocated for the I/O.
Posted Date : 2009-01-08 11:55:29.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
This bug has existed since at least 1.2.
Posted Date : 2009-01-09 08:45:40.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |