------- Comment #2 from stephan at apache dot org  2006-01-12 21:55 -------
It seems to be a problem of the <available> taks. It creates a classloader
to search for a class in the classpath. The problem is that the classloader
stores the ZipFile classes, which are created for the jar files, in a cache. 

If the classloader doesn't get freed you will end up with

<open files> = <count of execution of the available task> *
               <files in the classpath>

So, the real problem is that the classloader doesn't get unloaded.

This error happen with jamvm, cacao and gij, but not with kaffe.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25760



_______________________________________________
Bug-classpath mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-classpath

Reply via email to