hotspot/src/share/vm/runtime/arguments.cpp
changeset 11587 16b0200f252d
parent 11585 3101e13e34d9
parent 11448 bc6ee0f54f87
child 11643 8099a0118cc1
equal deleted inserted replaced
11586:ccc217c177ee 11587:16b0200f252d
  3162 
  3162 
  3163 #ifdef COMPILER2
  3163 #ifdef COMPILER2
  3164   if (!UseBiasedLocking || EmitSync != 0) {
  3164   if (!UseBiasedLocking || EmitSync != 0) {
  3165     UseOptoBiasInlining = false;
  3165     UseOptoBiasInlining = false;
  3166   }
  3166   }
       
  3167   if (!EliminateLocks) {
       
  3168     EliminateNestedLocks = false;
       
  3169   }
  3167 #endif
  3170 #endif
  3168 
  3171 
  3169   if (PrintAssembly && FLAG_IS_DEFAULT(DebugNonSafepoints)) {
  3172   if (PrintAssembly && FLAG_IS_DEFAULT(DebugNonSafepoints)) {
  3170     warning("PrintAssembly is enabled; turning on DebugNonSafepoints to gain additional output");
  3173     warning("PrintAssembly is enabled; turning on DebugNonSafepoints to gain additional output");
  3171     DebugNonSafepoints = true;
  3174     DebugNonSafepoints = true;