< prev index next >

test/gc/defnew/HeapChangeLogging.java

Print this page

        

*** 23,33 **** /* * @test HeapChangeLogging.java * @bug 8027440 * @library /testlibrary ! * @build 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; --- 23,33 ---- /* * @test HeapChangeLogging.java * @bug 8027440 * @library /testlibrary ! * @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 >