--- 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