8287463: JFR: Disable TestDevNull.java on Windows
Reviewed-by: mgronlun
This commit is contained in:
parent
6520843f86
commit
0df4748216
@ -24,14 +24,13 @@
|
|||||||
package jdk.jfr.api.recording.dump;
|
package jdk.jfr.api.recording.dump;
|
||||||
|
|
||||||
import java.nio.file.Path;
|
import java.nio.file.Path;
|
||||||
|
|
||||||
import jdk.jfr.Recording;
|
import jdk.jfr.Recording;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @test
|
* @test
|
||||||
* @summary Tests that it's possible to dump to /dev/null without a livelock
|
* @summary Tests that it's possible to dump to /dev/null without a livelock
|
||||||
* @key jfr
|
* @key jfr
|
||||||
* @requires vm.hasJFR
|
* @requires vm.hasJFR & (os.family != "windows")
|
||||||
* @library /test/lib
|
* @library /test/lib
|
||||||
* @run main/othervm -Xlog:jfr jdk.jfr.api.recording.dump.TestDumpDevNull
|
* @run main/othervm -Xlog:jfr jdk.jfr.api.recording.dump.TestDumpDevNull
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user