< prev index next >

test/compiler/codecache/CheckReservedInitialCodeCacheSizeArgOrder.java

Print this page

        

*** 25,34 **** --- 25,36 ---- * @test * @bug 8013496 * @summary Test checks that the order in which ReversedCodeCacheSize and * InitialCodeCacheSize are passed to the VM is irrelevant. * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm CheckReservedInitialCodeCacheSizeArgOrder * */ import com.oracle.java.testlibrary.*; public class CheckReservedInitialCodeCacheSizeArgOrder {
< prev index next >