< prev index next >

test/compiler/startup/SmallCodeCacheStartup.java

Print this page

        

*** 25,46 **** * @test * @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 * @modules java.base/jdk.internal.misc * java.management * * @ignore 8134286 * @run driver compiler.startup.SmallCodeCacheStartup */ package compiler.startup; ! import jdk.test.lib.OutputAnalyzer; ! import jdk.test.lib.ProcessTools; import static jdk.test.lib.Asserts.assertTrue; public class SmallCodeCacheStartup { public static void main(String[] args) throws Exception { --- 25,46 ---- * @test * @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 /test/lib * @modules java.base/jdk.internal.misc * java.management * * @ignore 8134286 * @run driver compiler.startup.SmallCodeCacheStartup */ package compiler.startup; ! import jdk.test.lib.process.OutputAnalyzer; ! import jdk.test.lib.process.ProcessTools; import static jdk.test.lib.Asserts.assertTrue; public class SmallCodeCacheStartup { public static void main(String[] args) throws Exception {
< prev index next >