test/gc/whitebox/TestWBGC.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/test/gc/whitebox/TestWBGC.java	Tue Dec  9 15:13:22 2014
--- new/test/gc/whitebox/TestWBGC.java	Tue Dec  9 15:13:22 2014

*** 23,39 **** --- 23,39 ---- /* * @test TestWBGC * @bug 8055098 * @summary Test verify that WB methods isObjectInOldGen and youngGC works correctly. ! * @library /testlibrary /testlibrary/whitebox ! * @library /testlibrary /../../test/lib * @build TestWBGC ! * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * @run main ClassFileInstaller jdk.testlib.WhiteBox * @run driver TestWBGC */ import com.oracle.java.testlibrary.*; ! import sun.hotspot.WhiteBox; ! import jdk.testlib.WhiteBox; public class TestWBGC { public static void main(String args[]) throws Exception { ProcessBuilder pb = ProcessTools.createJavaProcessBuilder(

test/gc/whitebox/TestWBGC.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File