From b6545e13029aa45c9a259f397ea32a2982dfb8f7 Mon Sep 17 00:00:00 2001 From: robm Date: Wed, 21 Sep 2016 01:01:06 +0100 Subject: [PATCH] 8165988: Test JarURLConnectionUseCaches.java fails at windows: failed to clean up files after test Reviewed-by: chegar --- test/sun/net/www/protocol/jar/JarURLConnectionUseCaches.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sun/net/www/protocol/jar/JarURLConnectionUseCaches.java b/test/sun/net/www/protocol/jar/JarURLConnectionUseCaches.java index b623618a5..433a72cc5 100644 --- a/test/sun/net/www/protocol/jar/JarURLConnectionUseCaches.java +++ b/test/sun/net/www/protocol/jar/JarURLConnectionUseCaches.java @@ -25,7 +25,7 @@ * @test * @bug 6947916 * @summary JarURLConnection does not handle useCaches correctly - * @run main JarURLConnectionUseCaches + * @run main/othervm JarURLConnectionUseCaches */ import java.io.*; -- GitLab