Skip to content

Commit 4360690

Browse files
author
duke
committed
Backport c4fbfa21030c9a0e8a3e0eed1b0a0988eba08ddb
1 parent 567e648 commit 4360690

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/hotspot/jtreg/runtime/Monitor/MonitorWithDeadObjectTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,20 @@
3232
*/
3333

3434
/*
35-
* @requires os.family != "windows" & os.family != "aix"
3635
* @test id=DetachThread
36+
* @requires os.family != "windows" & os.family != "aix"
3737
* @run main/othervm/native MonitorWithDeadObjectTest 0
3838
*/
3939

4040
/*
41-
* @requires os.family != "windows" & os.family != "aix"
4241
* @test id=DumpThreadsBeforeDetach
42+
* @requires os.family != "windows" & os.family != "aix"
4343
* @run main/othervm/native MonitorWithDeadObjectTest 1
4444
*/
4545

4646
/*
47-
* @requires os.family != "windows" & os.family != "aix"
4847
* @test id=DumpThreadsAfterDetach
48+
* @requires os.family != "windows" & os.family != "aix"
4949
* @run main/othervm/native MonitorWithDeadObjectTest 2
5050
*/
5151

0 commit comments

Comments
 (0)