|
Quick Lists
|
|
Bug ID:
|
6661861
|
|
Votes
|
0
|
|
Synopsis
|
Decrease memory use of Inflaters by ZipFile
|
|
Category
|
java:classes_util_jarzip
|
|
Reported Against
|
|
|
Release Fixed
|
7(b36)
|
|
State
|
10-Fix Delivered,
bug
|
|
Priority:
|
4-Low
|
|
Related Bugs
|
6595845
|
|
Submit Date
|
12-FEB-2008
|
|
Description
|
ZipFile retains instances of Inflater for longer than is necessary, each of which consumes a fair amount of memory. See description for 6595845. Part of that fix is to decrease the memory used by ZipFile in retaining instances of Inflater which are no longer used.
Posted Date : 2008-02-12 00:43:26.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
In ZipFile.java, Inflater.reset() is invoked when get Inflater is called. This unnecessarily delays release of resources held by Inflater instances, which could be released in ZipFile.releaseInflater().
Posted Date : 2008-02-12 18:51:56.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |