diff --git a/test/java/nio/file/Files/probeContentType/ParallelProbes.java b/test/java/nio/file/Files/probeContentType/ParallelProbes.java index bfa1ec9227e0e189958100c0e86936cb104572b1..cb1016cdc53d898f999b388d85b463ea3ea5a725 100644 --- a/test/java/nio/file/Files/probeContentType/ParallelProbes.java +++ b/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 {