changeset 11626:68f5072e4d35

8133207: [TEST_BUG] ParallelProbes.java test fails after changes for JDK-8080115 Summary: Do not run in othervm mode. Reviewed-by: darcy, rriggs
author igerasim
date Wed, 25 Nov 2015 17:18:04 +0300
parents 80c87f49c161
children e84eb2fd892e
files test/java/nio/file/Files/probeContentType/ParallelProbes.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/java/nio/file/Files/probeContentType/ParallelProbes.java	Wed Nov 25 00:03:10 2015 -0800
+++ b/test/java/nio/file/Files/probeContentType/ParallelProbes.java	Wed Nov 25 17:18:04 2015 +0300
@@ -29,7 +29,7 @@
 /* @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 {