< prev index next >

test/hotspot/jtreg/runtime/Dictionary/CleanProtectionDomain.java

Print this page
rev 59076 : [mq]: 8243945

@@ -26,11 +26,11 @@
  * @summary Verifies the creation and cleaup of entries in the Protection Domain Table
  * @library /test/lib
  * @modules java.base/jdk.internal.misc
  * @build sun.hotspot.WhiteBox
  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
- * @run main CleanProtectionDomain
+ * @run driver CleanProtectionDomain
  */
 
 import java.security.ProtectionDomain;
 import jdk.test.lib.compiler.InMemoryJavaCompiler;
 import jdk.internal.misc.Unsafe;
< prev index next >