< prev index next >

test/gc/whitebox/TestWBGC.java

Print this page

        

*** 30,40 **** * java.management * @build TestWBGC * @run main ClassFileInstaller sun.hotspot.WhiteBox * @run driver TestWBGC */ ! import com.oracle.java.testlibrary.*; import sun.hotspot.WhiteBox; public class TestWBGC { public static void main(String args[]) throws Exception { --- 30,40 ---- * java.management * @build TestWBGC * @run main ClassFileInstaller sun.hotspot.WhiteBox * @run driver TestWBGC */ ! import jdk.test.lib.*; import sun.hotspot.WhiteBox; public class TestWBGC { public static void main(String args[]) throws Exception {
< prev index next >