test/runtime/interned/SanityTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff test/runtime/interned/SanityTest.java

test/runtime/interned/SanityTest.java

Print this page

        

*** 22,40 **** */ /* * @test SanityTest * @summary Sanity check of String.intern() & GC ! * @library /testlibrary /testlibrary/whitebox * @build SanityTest ! * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI SanityTest */ import java.util.*; ! import sun.hotspot.WhiteBox; public class SanityTest { public static Object tmp; public static void main(String... args) { --- 22,40 ---- */ /* * @test SanityTest * @summary Sanity check of String.intern() & GC ! * @library /testlibrary /../../test/lib * @build SanityTest ! * @run main ClassFileInstaller jdk.testlib.WhiteBox ! * jdk.testlib.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI SanityTest */ import java.util.*; ! import jdk.testlib.WhiteBox; public class SanityTest { public static Object tmp; public static void main(String... args) {
test/runtime/interned/SanityTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File