Skip to content

Commit

Permalink
8287463: JFR: Disable TestDevNull.java on Windows
Browse files Browse the repository at this point in the history
Backport-of: 0df4748216ab71937cfcfb86a2d66f3568bced1e
  • Loading branch information
Ekaterina Vergizova committed Aug 30, 2022
1 parent c9f3135 commit 9186b3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/jdk/jdk/jfr/api/recording/dump/TestDumpDevNull.java
Expand Up @@ -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
*/
Expand Down

1 comment on commit 9186b3c

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.