hotspot/src/share/vm/runtime/arguments.cpp
changeset 36556 7f092a7ce938
parent 36350 29d8bb1668f5
child 36559 b35fcd3da015
equal deleted inserted replaced
36555:4f37fd7a5a09 36556:7f092a7ce938
  2470                 "Invalid NonNMethodCodeHeapSize=%dK. Must be at least %uK.\n", NonNMethodCodeHeapSize/K,
  2470                 "Invalid NonNMethodCodeHeapSize=%dK. Must be at least %uK.\n", NonNMethodCodeHeapSize/K,
  2471                 min_code_cache_size/K);
  2471                 min_code_cache_size/K);
  2472     status = false;
  2472     status = false;
  2473   }
  2473   }
  2474 
  2474 
       
  2475 #ifdef _LP64
  2475   if (!FLAG_IS_DEFAULT(CICompilerCount) && !FLAG_IS_DEFAULT(CICompilerCountPerCPU) && CICompilerCountPerCPU) {
  2476   if (!FLAG_IS_DEFAULT(CICompilerCount) && !FLAG_IS_DEFAULT(CICompilerCountPerCPU) && CICompilerCountPerCPU) {
  2476     warning("The VM option CICompilerCountPerCPU overrides CICompilerCount.");
  2477     warning("The VM option CICompilerCountPerCPU overrides CICompilerCount.");
  2477   }
  2478   }
       
  2479 #endif
  2478 
  2480 
  2479 #ifndef SUPPORT_RESERVED_STACK_AREA
  2481 #ifndef SUPPORT_RESERVED_STACK_AREA
  2480   if (StackReservedPages != 0) {
  2482   if (StackReservedPages != 0) {
  2481     FLAG_SET_CMDLINE(intx, StackReservedPages, 0);
  2483     FLAG_SET_CMDLINE(intx, StackReservedPages, 0);
  2482     warning("Reserved Stack Area not supported on this platform");
  2484     warning("Reserved Stack Area not supported on this platform");