< prev index next >

test/compiler/uncommontrap/TestDeoptOOM.java

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke

*** 23,36 **** /* * @test * @bug 6898462 * @summary failed reallocations of scalar replaced objects during deoptimization causes crash - * @run main/othervm -XX:-BackgroundCompilation -XX:CompileCommand=exclude,TestDeoptOOM::main -XX:CompileCommand=exclude,TestDeoptOOM::m9_1 -Xmx128M TestDeoptOOM * */ public class TestDeoptOOM { long f1; long f2; long f3; --- 23,41 ---- /* * @test * @bug 6898462 * @summary failed reallocations of scalar replaced objects during deoptimization causes crash * + * @run main/othervm -XX:-BackgroundCompilation -Xmx128M + * -XX:CompileCommand=exclude,compiler.uncommontrap.TestDeoptOOM::main + * -XX:CompileCommand=exclude,compiler.uncommontrap.TestDeoptOOM::m9_1 + * compiler.uncommontrap.TestDeoptOOM */ + package compiler.uncommontrap; + public class TestDeoptOOM { long f1; long f2; long f3;
< prev index next >