8271890: mark hotspot runtime/Dictionary tests which ignore external VM flags

Reviewed-by: coleenp
This commit is contained in:
Igor Ignatyev 2021-08-04 19:39:12 +00:00
parent 91bbe2fcbd
commit cdf3d55c82
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@
/*
* @test
* @summary Verifies the creation and cleaup of entries in the Protection Domain Table
* @requires vm.flagless
* @library /test/lib
* @modules java.base/jdk.internal.misc
* @build sun.hotspot.WhiteBox

View File

@ -26,6 +26,7 @@
* @bug 8151486 8218266
* @summary Call Class.forName() on the system classloader from a class loaded
* from a custom classloader, using the current class's protection domain.
* @requires vm.flagless
* @library /test/lib
* @modules java.base/jdk.internal.misc
* @build jdk.test.lib.Utils