From 8eeebe5fd37e813880fa224848f3c8fad17cc294 Mon Sep 17 00:00:00 2001 From: Felix Yang Date: Tue, 6 Jun 2017 01:33:53 -0700 Subject: [PATCH] 8181635: sun/net/www/protocol/jar/B6449504.java fails at Windows platform (after JDK-8181414) Reviewed-by: chegar --- jdk/test/sun/net/www/protocol/jar/B6449504.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jdk/test/sun/net/www/protocol/jar/B6449504.java b/jdk/test/sun/net/www/protocol/jar/B6449504.java index ce19e49e6e9..8893380455f 100644 --- a/jdk/test/sun/net/www/protocol/jar/B6449504.java +++ b/jdk/test/sun/net/www/protocol/jar/B6449504.java @@ -24,8 +24,8 @@ /** * @test * @bug 6449504 - * @run main B6449504 caching - * @run main B6449504 no_caching + * @run main/othervm B6449504 caching + * @run main/othervm B6449504 no_caching * @summary REGRESSION: ZipException throws when try to read a XML file */