On 05/09/2018 16:38, Xueming Shen wrote:
Hi
Please help review the change for JDK-8210394.
issue: https://bugs.openjdk.java.net/browse/JDK-8210394
webrev: http://cr.openjdk.java.net/~sherman/8210394/webrev
It appears the "zipfile" for testing is opened with "new
ZipFile(...).stream()..." without
explicit close might be the direct trigger of the failure. (a mach5
job with the proposed
fix seems to pass without this failure)
This looks okay. It's possible that AV software could cause some
interference and the deleteIfExists to fail but time will tell if this
is the case.
-Alan