We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1ea51 commit 41f479cCopy full SHA for 41f479c
jdk/test/java/nio/file/Files/probeContentType/ParallelProbes.java
@@ -29,7 +29,8 @@
29
/* @test
30
* @summary Test probing content type simultaneously from multiple threads.
31
* @requires (os.family == "linux") | (os.family == "solaris")
32
- * @run main ParallelProbes 10
+ * @build ParallelProbes SimpleFileTypeDetector
33
+ * @run main/othervm ParallelProbes 10
34
*/
35
public class ParallelProbes {
36
0 commit comments