8291508: Fix some tests with "requires vm.jvmti & vm.continuations"

Backport-of: 0cc49fd9eac5259543a3c41b7a32b6e01a1b0ad5
This commit is contained in:
Ao Qi 2022-09-27 13:01:50 +00:00 committed by Fei Yang
parent 59a331aaca
commit 7f34799a60
2 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@
* Fixed according to the 4480280 bug.
* Ported from JVMDI.
*
* @requires vm.jvmti & vm.continuations
* @library /vmTestbase
* /test/lib
* @build nsk.jvmti.GetThreadInfo.thrinfo001

View File

@ -27,6 +27,7 @@
*
* @key randomness
*
* @requires vm.jvmti & vm.continuations
* @library /vmTestbase
* /test/lib
* @build nsk.jvmti.RedefineClasses.StressRedefine