8287463: JFR: Disable TestDevNull.java on Windows

Reviewed-by: mgronlun
This commit is contained in:
Erik Gahlin 2022-05-27 21:02:53 +00:00
parent 6520843f86
commit 0df4748216

View File

@ -24,14 +24,13 @@
package jdk.jfr.api.recording.dump;
import java.nio.file.Path;
import jdk.jfr.Recording;
/**
* @test
* @summary Tests that it's possible to dump to /dev/null without a livelock
* @key jfr
* @requires vm.hasJFR
* @requires vm.hasJFR & (os.family != "windows")
* @library /test/lib
* @run main/othervm -Xlog:jfr jdk.jfr.api.recording.dump.TestDumpDevNull
*/