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

Backport-of: cdf3d55c82844a3c8817f8cc33e85ca15a5ad930
  • Loading branch information
GoeLin committed Sep 22, 2023
1 parent 1eac8a4 commit 3baaf7c
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 jdk.test.whitebox.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

1 comment on commit 3baaf7c

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.