From e0803f5e68deb2314e95308a527a4db671f3cf5a Mon Sep 17 00:00:00 2001 From: Brian Burkhalter Date: Fri, 7 Aug 2015 16:09:10 -0700 Subject: [PATCH] 8133207: ParallelProbes.java test fails after changes for JDK-8080115 Do not run in othervm mode. Reviewed-by: darcy, rriggs --- .../java/nio/file/Files/probeContentType/ParallelProbes.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdk/test/java/nio/file/Files/probeContentType/ParallelProbes.java b/jdk/test/java/nio/file/Files/probeContentType/ParallelProbes.java index bfa1ec9227e..cb1016cdc53 100644 --- a/jdk/test/java/nio/file/Files/probeContentType/ParallelProbes.java +++ b/jdk/test/java/nio/file/Files/probeContentType/ParallelProbes.java @@ -29,7 +29,7 @@ import java.util.ArrayList; /* @test * @summary Test probing content type simultaneously from multiple threads. * @requires (os.family == "linux") | (os.family == "solaris") - * @run main/othervm ParallelProbes 10 + * @run main ParallelProbes 10 */ public class ParallelProbes {