< prev index next >

test/compiler/startup/SmallCodeCacheStartup.java

Print this page

        

*** 26,35 **** --- 26,37 ---- * @bug 8023014 * @summary Test ensures that there is no crash if there is not enough ReservedCodeCacheSize * to initialize all compiler threads. The option -Xcomp gives the VM more time to * trigger the old bug. * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm SmallCodeCacheStartup */ import com.oracle.java.testlibrary.*; import static com.oracle.java.testlibrary.Asserts.assertTrue; public class SmallCodeCacheStartup {
< prev index next >