diff test/compiler/6823453/Test.java @ 996:d6b9fd78f389

6886353: For DeoptimizeALot, JTreg tests should "IgnoreUnrecognizedVMOptions on a product build Summary: Add IgnoreUnrecognizedVMOptions for JTreg tests (on a product build) to pass with DeoptimizeALot Reviewed-by: kvn
author cfang
date Mon, 28 Sep 2009 17:14:25 -0700
parents ad8c635e757e
children c18cbe5936b8
line wrap: on
line diff
--- a/test/compiler/6823453/Test.java	Fri Sep 25 13:26:02 2009 -0700
+++ b/test/compiler/6823453/Test.java	Mon Sep 28 17:14:25 2009 -0700
@@ -26,7 +26,7 @@
  * @test
  * @bug 6823453
  * @summary DeoptimizeALot causes fastdebug server jvm to fail with assert(false,"unscheduable graph")
- * @run main/othervm -Xcomp -XX:CompileOnly=Test -XX:+DeoptimizeALot Test
+ * @run main/othervm -Xcomp -XX:+IgnoreUnrecognizedVMOptions -XX:CompileOnly=Test -XX:+DeoptimizeALot Test
  */
 
 public class Test {