< prev index next >

test/gc/defnew/HeapChangeLogging.java

Print this page

        

@@ -23,11 +23,11 @@
 
 /*
  * @test HeapChangeLogging.java
  * @bug 8027440
  * @library /testlibrary
- * @build HeapChangeLogging
+ * @build com.oracle.java.testlibrary.* HeapChangeLogging
  * @summary Allocate to get a promotion failure and verify that that heap change logging is present.
  * @run main HeapChangeLogging
  */
 
 import java.util.regex.Matcher;
< prev index next >