< prev index next >

test/gc/whitebox/TestWBGC.java

Print this page

        

@@ -24,11 +24,11 @@
 /*
  * @test TestWBGC
  * @bug 8055098
  * @summary Test verify that WB methods isObjectInOldGen and youngGC works correctly.
  * @library /testlibrary /../../test/lib
- * @build TestWBGC
+ * @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 >