< prev index next >

test/runtime/ClassUnload/UnloadTest.java

Print this page

        

*** 22,35 **** */ /* * @test UnloadTest * @modules java.base/jdk.internal.misc ! * @library /runtime/testlibrary /testlibrary /test/lib * @library classes ! * @build ClassUnloadCommon test.Empty ! * @build UnloadTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -Xmn8m -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI UnloadTest */ import sun.hotspot.WhiteBox; --- 22,34 ---- */ /* * @test UnloadTest * @modules java.base/jdk.internal.misc ! * @library /runtime/testlibrary /test/lib * @library classes ! * @build sun.hotspot.WhiteBox test.Empty * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -Xmn8m -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI UnloadTest */ import sun.hotspot.WhiteBox;
< prev index next >