> From: Martijn Kruithof [mailto:[EMAIL PROTECTED] > Back to the cause analysis of the gc mystery: > It seems to me that expandFile of Expand.java (the class implementing > the unzip task) leaks non > explicitly closed streams, that are very likely to lead to open file > handles from the expandFile > method.
It's possible. But code at a higher level has a try/finally block on the ZipFile, and closes it. That close method, at least for the JDK version of ZipFile, closes all input stream on that ZipFile, and I can only suppose Ant's own impl also does. --DD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]