diff test/compiler/whitebox/IsMethodCompilableTest.java @ 17982:e5d5e7922283

8040244: compiler/whitebox/IsMethodCompilableTest.java fails Summary: Prevent from running with Xcomp Reviewed-by: kvn, twisti
author neliasso
date Mon, 09 Jun 2014 10:32:49 +0200
parents 5e6f84e7a942
children 52b4284cb496 600c44255e5f
line wrap: on
line diff
--- a/test/compiler/whitebox/IsMethodCompilableTest.java	Fri Jun 13 08:44:11 2014 +0200
+++ b/test/compiler/whitebox/IsMethodCompilableTest.java	Mon Jun 09 10:32:49 2014 +0200
@@ -28,7 +28,7 @@
  * @build IsMethodCompilableTest
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  * @run main ClassFileInstaller com.oracle.java.testlibrary.Platform
- * @run main/othervm/timeout=2400 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:PerMethodRecompilationCutoff=3 -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* IsMethodCompilableTest
+ * @run main/othervm/timeout=2400 -Xbootclasspath/a:. -Xmixed -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:PerMethodRecompilationCutoff=3 -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* IsMethodCompilableTest
  * @summary testing of WB::isMethodCompilable()
  * @author igor.ignatyev@oracle.com
  */