hotspot/test/compiler/aot/RecompilationTest.java
changeset 42657 9e1850986b28
parent 42650 1f304d0c888b
child 42660 90e411b50d88
--- a/hotspot/test/compiler/aot/RecompilationTest.java	Mon Dec 12 15:41:50 2016 -0500
+++ b/hotspot/test/compiler/aot/RecompilationTest.java	Mon Dec 12 20:48:50 2016 -0800
@@ -34,7 +34,9 @@
  *     -class compiler.whitebox.SimpleTestCaseHelper
  *     -extraopt -Dgraal.TieredAOT=true -extraopt -Dgraal.ProfileSimpleMethods=true
  *     -extraopt -XX:+UnlockDiagnosticVMOptions -extraopt -XX:+WhiteBoxAPI -extraopt -Xbootclasspath/a:.
- * @run main/othervm -Xmixed -Xbatch -XX:+UseAOT -XX:+TieredCompilation -XX:-UseCounterDecay
+ *     -extraopt -XX:-UseCompressedOops
+ * @run main/othervm -Xmixed -Xbatch -XX:+UseAOT -XX:+TieredCompilation
+ *     -XX:-UseCounterDecay -XX:-UseCompressedOops
  *     -XX:CompileCommand=dontinline,*.*
  *     -XX:AOTLibrary=./libRecompilationTest.so -Xbootclasspath/a:.
  *     -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI