src/share/vm/runtime/arguments.cpp

changeset 3467
0a10d80352d5
parent 3465
a5244e07b761
parent 3409
31a5b9aad4bc
child 3506
24cae3e4cbaa
equal deleted inserted replaced
3466:b4ebad3520bb 3467:0a10d80352d5
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;

mercurial