hotspot/test/compiler/aot/SharedUsageTest.java
changeset 42657 9e1850986b28
parent 42650 1f304d0c888b
child 46260 5de61384fba6
--- a/hotspot/test/compiler/aot/SharedUsageTest.java	Mon Dec 12 15:41:50 2016 -0500
+++ b/hotspot/test/compiler/aot/SharedUsageTest.java	Mon Dec 12 20:48:50 2016 -0800
@@ -30,7 +30,9 @@
  *        compiler.aot.AotCompiler
  * @run main compiler.aot.AotCompiler -libname libSharedUsageTest.so
  *      -class compiler.aot.SharedUsageTest
+ *      -extraopt -XX:-UseCompressedOops
  * @run main/othervm -XX:+UseAOT -XX:AOTLibrary=./libSharedUsageTest.so
+ *      -XX:-UseCompressedOops
  *      -Dcompiler.aot.SharedUsageTest.parent=true
  *      compiler.aot.SharedUsageTest
  * @summary check if .so can be successfully shared with 2 java processes