On 10 Dec 2013, at 09:10, Alan Bateman <alan.bate...@oracle.com> wrote:
> On 08/12/2013 17:29, Dan Xu wrote: >> Hi All, >> >> Please review the fix towards the intermittent test failure in >> java/util/zip/ZipFile. It is a similar failure that I encountered before, >> due to the interferences from other software or daemon services in Windows >> platforms. The fix is to use the method from FileUtils test library to >> handle the problem at its best effort. Thanks! >> >> Bug: https://bugs.openjdk.java.net/browse/JDK-8022219 >> Webrev: http://cr.openjdk.java.net/~dxu/8022219/webrev/ >> <http://cr.openjdk.java.net/%7Edxu/8022219/webrev/> >> >> -Dan > This looks okay to me although I think you should be able to use > "/lib/testlibrary" as the @library value (assuming your jtreg is somewhat > recent). +1. -Chris. > > -Alan.