< prev index next >

test/lib/jdk/test/lib/cds/CDSTestUtils.java

Print this page

        

*** 34,43 **** --- 34,48 ---- import jdk.test.lib.process.ProcessTools; // This class contains common test utilities for testing CDS public class CDSTestUtils { + public static final String MSG_RANGE_NOT_WITHIN_HEAP = + "UseSharedSpaces: Unable to allocate region, range is not within java heap."; + public static final String MSG_RANGE_ALREADT_IN_USE = + "Unable to allocate region, java heap range is already in use."; + public interface Checker { public void check(OutputAnalyzer output) throws Exception; } /*
< prev index next >