diff --git a/jdk/test/ProblemList.txt b/jdk/test/ProblemList.txt index b3372f50846..f2e96cacf20 100644 --- a/jdk/test/ProblemList.txt +++ b/jdk/test/ProblemList.txt @@ -172,8 +172,6 @@ java/net/httpclient/http2/BasicTest.java 8157408 linux-al java/net/httpclient/http2/ErrorTest.java 8158127 solaris-all,windows-all java/net/httpclient/http2/TLSConnection.java 8157482 macosx-all -sun/net/www/protocol/jar/JarURLConnectionUseCaches.java 8165988 windows-all - ############################################################################ # jdk_nio diff --git a/jdk/test/sun/net/www/protocol/jar/JarURLConnectionUseCaches.java b/jdk/test/sun/net/www/protocol/jar/JarURLConnectionUseCaches.java index b623618a595..433a72cc55b 100644 --- a/jdk/test/sun/net/www/protocol/jar/JarURLConnectionUseCaches.java +++ b/jdk/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.*;