< prev index next >

test/gc/whitebox/TestWBGC.java

Print this page

        

*** 24,34 **** /* * @test TestWBGC * @bug 8055098 * @summary Test verify that WB methods isObjectInOldGen and youngGC works correctly. * @library /testlibrary /../../test/lib ! * @build TestWBGC * @run main ClassFileInstaller sun.hotspot.WhiteBox * @run driver TestWBGC */ import com.oracle.java.testlibrary.*; import sun.hotspot.WhiteBox; --- 24,34 ---- /* * @test TestWBGC * @bug 8055098 * @summary Test verify that WB methods isObjectInOldGen and youngGC works correctly. * @library /testlibrary /../../test/lib ! * @build com.oracle.java.testlibrary.* TestWBGC * @run main ClassFileInstaller sun.hotspot.WhiteBox * @run driver TestWBGC */ import com.oracle.java.testlibrary.*; import sun.hotspot.WhiteBox;
< prev index next >