Folks:

Is any one on this list aware that every call to File.deleteOnExit() leaks memory in the native heap? This eventually crashes the JVM. Please see http://developer.java.sun.com/developer/bugParade/bugs/4513817.html.

It seems to me that the call to deleteOnExit() from DefaultFileItem.getTempFile() is premature and that it should really be called from DeferredFileOutputStream.thresholdReached(). Thoughts?

Cheers,
        Forrest


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to