Skip to content

Commit

Permalink
8271890: mark hotspot runtime/Dictionary tests which ignore external …
Browse files Browse the repository at this point in the history
…VM flags

Reviewed-by: coleenp
  • Loading branch information
iignatev committed Aug 4, 2021
1 parent 91bbe2f commit cdf3d55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -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
Expand Down
Expand Up @@ -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
Expand Down

0 comments on commit cdf3d55

Please sign in to comment.