Skip to content

Commit 5cc7a31

Browse files
author
SendaoYan
committed
8361869: Tests which call ThreadController should mark as /native
Reviewed-by: jpai Backport-of: 3bacf7e
1 parent f1f6452 commit 5cc7a31

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/thread/strace010/TestDescription.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -47,5 +47,5 @@
4747
*
4848
* @library /vmTestbase
4949
* /test/lib
50-
* @run main/othervm nsk.monitoring.stress.thread.strace010 -depth=100 -threadCount=30
50+
* @run main/othervm/native nsk.monitoring.stress.thread.strace010 -depth=100 -threadCount=30
5151
*/

test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/thread/strace011/TestDescription.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -44,7 +44,7 @@
4444
*
4545
* @library /vmTestbase
4646
* /test/lib
47-
* @run main/othervm
47+
* @run main/othervm/native
4848
* nsk.monitoring.stress.thread.strace010
4949
* -testMode=server
5050
* -depth=100

test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/thread/strace012/TestDescription.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -44,7 +44,7 @@
4444
*
4545
* @library /vmTestbase
4646
* /test/lib
47-
* @run main/othervm
47+
* @run main/othervm/native
4848
* nsk.monitoring.stress.thread.strace010
4949
* -testMode=server
5050
* -MBeanServer=custom

test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/thread/strace013/TestDescription.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -44,7 +44,7 @@
4444
*
4545
* @library /vmTestbase
4646
* /test/lib
47-
* @run main/othervm
47+
* @run main/othervm/native
4848
* nsk.monitoring.stress.thread.strace010
4949
* -depth=100
5050
* -threadCount=30

test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/thread/strace014/TestDescription.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -44,7 +44,7 @@
4444
*
4545
* @library /vmTestbase
4646
* /test/lib
47-
* @run main/othervm
47+
* @run main/othervm/native
4848
* nsk.monitoring.stress.thread.strace010
4949
* -testMode=server
5050
* -depth=100

test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/thread/strace015/TestDescription.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -44,7 +44,7 @@
4444
*
4545
* @library /vmTestbase
4646
* /test/lib
47-
* @run main/othervm
47+
* @run main/othervm/native
4848
* nsk.monitoring.stress.thread.strace010
4949
* -testMode=server
5050
* -MBeanServer=custom

test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/thread/strace016/TestDescription.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -44,7 +44,7 @@
4444
*
4545
* @library /vmTestbase
4646
* /test/lib
47-
* @run main/othervm
47+
* @run main/othervm/native
4848
* nsk.monitoring.stress.thread.strace010
4949
* -depth=100
5050
* -threadCount=30

test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/thread/strace017/TestDescription.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -44,7 +44,7 @@
4444
*
4545
* @library /vmTestbase
4646
* /test/lib
47-
* @run main/othervm
47+
* @run main/othervm/native
4848
* nsk.monitoring.stress.thread.strace010
4949
* -testMode=server
5050
* -depth=100

test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/thread/strace018/TestDescription.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -44,7 +44,7 @@
4444
*
4545
* @library /vmTestbase
4646
* /test/lib
47-
* @run main/othervm
47+
* @run main/othervm/native
4848
* nsk.monitoring.stress.thread.strace010
4949
* -testMode=server
5050
* -MBeanServer=custom

0 commit comments

Comments
 (0)