Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
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
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang