Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8271891: mark hotspot runtime/Safepoint tests which ignore external V…
…M flags

Reviewed-by: coleenp
  • Loading branch information
iignatev committed Aug 4, 2021
1 parent ff7431e commit 6c17e6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -28,6 +28,7 @@
* @test TestAbortOnVMOperationTimeout
* @bug 8181143 8269523
* @summary Check abort on VM timeout is working
* @requires vm.flagless
* @library /test/lib
* @modules java.base/jdk.internal.misc
* java.management
Expand Down
Expand Up @@ -30,6 +30,7 @@
* @test TestAbortVMOnSafepointTimeout
* @summary Check if VM can kill thread which doesn't reach safepoint.
* @bug 8219584 8227528
* @requires vm.flagless
* @library /testlibrary /test/lib
* @build sun.hotspot.WhiteBox
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
Expand Down

1 comment on commit 6c17e6d

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