hotspot/src/share/vm/runtime/arguments.cpp
changeset 23525 e3eb08ead679
parent 23510 9df17c84dacc
child 23534 338d8d86560e
equal deleted inserted replaced
23524:2a2aa2a6b3c3 23525:e3eb08ead679
  3799 #ifndef PRODUCT
  3799 #ifndef PRODUCT
  3800   if (!IncrementalInline) {
  3800   if (!IncrementalInline) {
  3801     AlwaysIncrementalInline = false;
  3801     AlwaysIncrementalInline = false;
  3802   }
  3802   }
  3803 #endif
  3803 #endif
  3804   if (IncrementalInline && FLAG_IS_DEFAULT(MaxNodeLimit)) {
       
  3805     // incremental inlining: bump MaxNodeLimit
       
  3806     FLAG_SET_DEFAULT(MaxNodeLimit, (intx)75000);
       
  3807   }
       
  3808   if (!UseTypeSpeculation && FLAG_IS_DEFAULT(TypeProfileLevel)) {
  3804   if (!UseTypeSpeculation && FLAG_IS_DEFAULT(TypeProfileLevel)) {
  3809     // nothing to use the profiling, turn if off
  3805     // nothing to use the profiling, turn if off
  3810     FLAG_SET_DEFAULT(TypeProfileLevel, 0);
  3806     FLAG_SET_DEFAULT(TypeProfileLevel, 0);
  3811   }
  3807   }
  3812   if (UseTypeSpeculation && FLAG_IS_DEFAULT(ReplaceInParentMaps)) {
  3808   if (UseTypeSpeculation && FLAG_IS_DEFAULT(ReplaceInParentMaps)) {