8271744: mark hotspot runtime/getSysPackage tests which ignore external VM flags

Reviewed-by: dholmes
This commit is contained in:
Igor Ignatyev 2021-08-04 04:53:20 +00:00
parent b48f31d381
commit 33ec3a4d95
2 changed files with 2 additions and 0 deletions
test/hotspot/jtreg/runtime/getSysPackage

@ -25,6 +25,7 @@
* @test
* @bug 8187436
* @summary Test that getPackage() works with a class loaded via -Xbootclasspath/a.
* @requires vm.flagless
* @library /test/lib
* @run driver GetPackageXbootclasspath
*/

@ -26,6 +26,7 @@
* @modules java.base/jdk.internal.misc
* @modules java.base/jdk.internal.loader
* java.logging
* @requires vm.flagless
* @library /test/lib
* @run driver GetSysPkgTest
*/