On 29/09/2014 09:51, Daniel Fuchs wrote:
It's the lock files created at L233 & L234 that I'm wondering about. Suppose creating the second lock fails, that will leave the first lock file open (even if it removed).The files created by the test (both log files and lock files) will be removed by the finally block at lines 150 - 174 - so the test shouldn't leave any files open (which I verified by running the test on a JDK that does not have the fix).
-Alan.