Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
8268564: mark hotspot serviceability/attach tests which ignore extern…
…al VM flags

Reviewed-by: sspitsyn
  • Loading branch information
iignatev committed Jun 18, 2021
1 parent f83c6b8 commit 21abcc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Expand Up @@ -25,6 +25,7 @@
* @test
* @bug 8054823
* @summary Tests the setFlag and printFlag attach command
* @requires vm.flagless
* @library /test/lib
* @modules java.base/jdk.internal.misc
* java.compiler
Expand Down
Expand Up @@ -25,11 +25,12 @@
* @test
* @bug 7162400
* @summary Regression test for attach issue where stale pid files in /tmp lead to connection issues
* @requires os.family != "windows"
* @requires vm.flagless
* @modules java.base/jdk.internal.misc:open
* @modules java.base/java.lang:open
* @modules jdk.attach/sun.tools.attach
* @library /test/lib
* @requires os.family != "windows"
* @run driver AttachWithStalePidFile
*/

Expand Down

1 comment on commit 21abcc4

@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.