OpenJDK / amber / amber
changeset 32096:486535cbcc97
8133207: ParallelProbes.java test fails after changes for JDK-8080115
Summary: Do not run in othervm mode.
Reviewed-by: darcy, rriggs
author | bpb |
---|---|
date | Fri, 07 Aug 2015 16:09:10 -0700 |
parents | 85de9b55de5b |
children | 5f00777700b0 |
files | jdk/test/java/nio/file/Files/probeContentType/ParallelProbes.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/jdk/test/java/nio/file/Files/probeContentType/ParallelProbes.java Fri Aug 07 07:10:44 2015 -0700 +++ b/jdk/test/java/nio/file/Files/probeContentType/ParallelProbes.java Fri Aug 07 16:09:10 2015 -0700 @@ -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 {