hotspot/test/compiler/tiered/ConstantGettersTransitionsTest.java
changeset 38032 bedc2fbb9454
parent 34185 ee71c590a456
child 38033 996ce936543f
--- a/hotspot/test/compiler/tiered/ConstantGettersTransitionsTest.java	Wed Apr 06 18:51:03 2016 +0300
+++ b/hotspot/test/compiler/tiered/ConstantGettersTransitionsTest.java	Tue Apr 12 11:29:08 2016 +0200
@@ -31,9 +31,9 @@
  * @modules java.base/sun.misc
  *          java.management
  * @build TransitionsTestExecutor ConstantGettersTransitionsTest
- * @run main ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission
+ * @run driver ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission
  * @run main/othervm/timeout=240 -Xmixed -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions
- *                   -XX:+WhiteBoxAPI -XX:+TieredCompilation
+ *                   -XX:+WhiteBoxAPI -XX:+TieredCompilation -XX:-UseCounterDecay
  *                   -XX:CompileCommand=compileonly,ConstantGettersTestCase$TrivialMethods::*
  *                   TransitionsTestExecutor ConstantGettersTransitionsTest
  * @summary Test the correctness of compilation level transitions for constant getters methods