Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.
/ jdk17 Public archive

Commit 21abcc4

Browse files
committed
8268564: mark hotspot serviceability/attach tests which ignore external VM flags
Reviewed-by: sspitsyn
1 parent f83c6b8 commit 21abcc4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

test/hotspot/jtreg/serviceability/attach/AttachSetGetFlag.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
* @test
2626
* @bug 8054823
2727
* @summary Tests the setFlag and printFlag attach command
28+
* @requires vm.flagless
2829
* @library /test/lib
2930
* @modules java.base/jdk.internal.misc
3031
* java.compiler

test/hotspot/jtreg/serviceability/attach/AttachWithStalePidFile.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@
2525
* @test
2626
* @bug 7162400
2727
* @summary Regression test for attach issue where stale pid files in /tmp lead to connection issues
28+
* @requires os.family != "windows"
29+
* @requires vm.flagless
2830
* @modules java.base/jdk.internal.misc:open
2931
* @modules java.base/java.lang:open
3032
* @modules jdk.attach/sun.tools.attach
3133
* @library /test/lib
32-
* @requires os.family != "windows"
3334
* @run driver AttachWithStalePidFile
3435
*/
3536

0 commit comments

Comments
 (0)