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

Reviewed-by: sspitsyn, lmesnik, alanb
This commit is contained in:
Ao Qi 2022-08-03 17:33:11 +00:00 committed by Serguei Spitsyn
parent c89556f6cd
commit 0cc49fd9ea
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