hotspot/src/share/vm/runtime/arguments.cpp
changeset 36556 7f092a7ce938
parent 36350 29d8bb1668f5
child 36559 b35fcd3da015
--- a/hotspot/src/share/vm/runtime/arguments.cpp	Thu Mar 03 22:02:13 2016 -0800
+++ b/hotspot/src/share/vm/runtime/arguments.cpp	Fri Mar 04 08:53:59 2016 +0100
@@ -2472,9 +2472,11 @@
     status = false;
   }
 
+#ifdef _LP64
   if (!FLAG_IS_DEFAULT(CICompilerCount) && !FLAG_IS_DEFAULT(CICompilerCountPerCPU) && CICompilerCountPerCPU) {
     warning("The VM option CICompilerCountPerCPU overrides CICompilerCount.");
   }
+#endif
 
 #ifndef SUPPORT_RESERVED_STACK_AREA
   if (StackReservedPages != 0) {