hotspot/src/share/vm/runtime/arguments.cpp
changeset 15119 c0929012d279
parent 15112 988e351eeba7
parent 15113 823590505eb4
child 15482 470d0b0c09f1
child 15232 3c75bf718b2e
equal deleted inserted replaced
15112:988e351eeba7 15119:c0929012d279
  3301     UseOptoBiasInlining = false;
  3301     UseOptoBiasInlining = false;
  3302   }
  3302   }
  3303   if (!EliminateLocks) {
  3303   if (!EliminateLocks) {
  3304     EliminateNestedLocks = false;
  3304     EliminateNestedLocks = false;
  3305   }
  3305   }
       
  3306   if (!Inline) {
       
  3307     IncrementalInline = false;
       
  3308   }
       
  3309 #ifndef PRODUCT
       
  3310   if (!IncrementalInline) {
       
  3311     AlwaysIncrementalInline = false;
       
  3312   }
       
  3313 #endif
       
  3314   if (IncrementalInline && FLAG_IS_DEFAULT(MaxNodeLimit)) {
       
  3315     // incremental inlining: bump MaxNodeLimit
       
  3316     FLAG_SET_DEFAULT(MaxNodeLimit, (intx)75000);
       
  3317   }
  3306 #endif
  3318 #endif
  3307 
  3319 
  3308   if (PrintAssembly && FLAG_IS_DEFAULT(DebugNonSafepoints)) {
  3320   if (PrintAssembly && FLAG_IS_DEFAULT(DebugNonSafepoints)) {
  3309     warning("PrintAssembly is enabled; turning on DebugNonSafepoints to gain additional output");
  3321     warning("PrintAssembly is enabled; turning on DebugNonSafepoints to gain additional output");
  3310     DebugNonSafepoints = true;
  3322     DebugNonSafepoints = true;