--- old/test/hotspot/jtreg/compiler/uncommontrap/TestDeoptOOM.java 2018-03-01 09:52:02.247232990 +0100 +++ new/test/hotspot/jtreg/compiler/uncommontrap/TestDeoptOOM.java 2018-03-01 09:52:02.019232993 +0100 @@ -23,10 +23,10 @@ /* * @test - * @bug 6898462 + * @bug 6898462 8198826 * @summary failed reallocations of scalar replaced objects during deoptimization causes crash * - * @run main/othervm -XX:-BackgroundCompilation -Xmx128M + * @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