hotspot/src/share/vm/runtime/arguments.cpp
changeset 15113 823590505eb4
parent 14740 1431ef92fed1
child 15119 c0929012d279
equal deleted inserted replaced
15085:e0b0c4bbad19 15113:823590505eb4
  3289     UseOptoBiasInlining = false;
  3289     UseOptoBiasInlining = false;
  3290   }
  3290   }
  3291   if (!EliminateLocks) {
  3291   if (!EliminateLocks) {
  3292     EliminateNestedLocks = false;
  3292     EliminateNestedLocks = false;
  3293   }
  3293   }
       
  3294   if (!Inline) {
       
  3295     IncrementalInline = false;
       
  3296   }
       
  3297 #ifndef PRODUCT
       
  3298   if (!IncrementalInline) {
       
  3299     AlwaysIncrementalInline = false;
       
  3300   }
       
  3301 #endif
       
  3302   if (IncrementalInline && FLAG_IS_DEFAULT(MaxNodeLimit)) {
       
  3303     // incremental inlining: bump MaxNodeLimit
       
  3304     FLAG_SET_DEFAULT(MaxNodeLimit, (intx)75000);
       
  3305   }
  3294 #endif
  3306 #endif
  3295 
  3307 
  3296   if (PrintAssembly && FLAG_IS_DEFAULT(DebugNonSafepoints)) {
  3308   if (PrintAssembly && FLAG_IS_DEFAULT(DebugNonSafepoints)) {
  3297     warning("PrintAssembly is enabled; turning on DebugNonSafepoints to gain additional output");
  3309     warning("PrintAssembly is enabled; turning on DebugNonSafepoints to gain additional output");
  3298     DebugNonSafepoints = true;
  3310     DebugNonSafepoints = true;