< prev index next >

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

Print this page
rev 59076 : [mq]: 8243945

*** 26,36 **** * @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 */ import java.security.ProtectionDomain; import jdk.test.lib.compiler.InMemoryJavaCompiler; import jdk.internal.misc.Unsafe; --- 26,36 ---- * @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 driver CleanProtectionDomain */ import java.security.ProtectionDomain; import jdk.test.lib.compiler.InMemoryJavaCompiler; import jdk.internal.misc.Unsafe;
< prev index next >