< prev index next >

test/runtime/interned/SanityTest.java

Print this page

        

*** 23,33 **** /* * @test SanityTest * @summary Sanity check of String.intern() & GC * @library /testlibrary /../../test/lib ! * @build SanityTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI SanityTest */ --- 23,33 ---- /* * @test SanityTest * @summary Sanity check of String.intern() & GC * @library /testlibrary /../../test/lib ! * @build com.oracle.java.testlibrary.* SanityTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI SanityTest */
< prev index next >