< prev index next >

test/hotspot/jtreg/compiler/uncommontrap/TestDeoptOOM.java

Print this page

        

*** 21,34 **** * questions. */ /* * @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 */ --- 21,34 ---- * questions. */ /* * @test ! * @bug 6898462 8198826 * @summary failed reallocations of scalar replaced objects during deoptimization causes crash * ! * @run main/othervm -XX:-BackgroundCompilation -Xmx128M -XX:+IgnoreUnrecognizedVMOptions -XX:+VerifyStack * -XX:CompileCommand=exclude,compiler.uncommontrap.TestDeoptOOM::main * -XX:CompileCommand=exclude,compiler.uncommontrap.TestDeoptOOM::m9_1 * compiler.uncommontrap.TestDeoptOOM */
< prev index next >