diff test/compiler/whitebox/DeoptimizeAllTest.java @ 12026:11237ee74aae

8019915: whitebox testClearMethodStateTest fails with tiered on sparc Summary: 'compileonly' directive has beens added to each 'compiler/whitebox' test Reviewed-by: kvn
author iignatyev
date Sat, 10 Aug 2013 10:01:12 +0400
parents 4b2eebe03f93
children f99558245e5c
line wrap: on
line diff
--- a/test/compiler/whitebox/DeoptimizeAllTest.java	Fri Aug 09 18:05:00 2013 +0200
+++ b/test/compiler/whitebox/DeoptimizeAllTest.java	Sat Aug 10 10:01:12 2013 +0400
@@ -26,7 +26,7 @@
  * @library /testlibrary /testlibrary/whitebox
  * @build DeoptimizeAllTest
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
- * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI DeoptimizeAllTest
+ * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,TestCase$Helper::* DeoptimizeAllTest
  * @summary testing of WB::deoptimizeAll()
  * @author igor.ignatyev@oracle.com
  */