< prev index next >

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

Print this page

        

@@ -21,14 +21,14 @@
  * questions.
  */
 
 /*
  * @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
  */
 
< prev index next >