src/share/vm/runtime/arguments.cpp

changeset 1590
4e6abf09f540
parent 1585
f62a22282a47
child 1596
1fc01a2425ce
equal deleted inserted replaced
1588:bea7a22a6f79 1590:4e6abf09f540
2793 if (!UseBiasedLocking || EmitSync != 0) { 2793 if (!UseBiasedLocking || EmitSync != 0) {
2794 UseOptoBiasInlining = false; 2794 UseOptoBiasInlining = false;
2795 } 2795 }
2796 #endif 2796 #endif
2797 2797
2798 if (PrintAssembly && FLAG_IS_DEFAULT(DebugNonSafepoints)) {
2799 warning("PrintAssembly is enabled; turning on DebugNonSafepoints to gain additional output");
2800 DebugNonSafepoints = true;
2801 }
2802
2798 if (PrintCommandLineFlags) { 2803 if (PrintCommandLineFlags) {
2799 CommandLineFlags::printSetFlags(); 2804 CommandLineFlags::printSetFlags();
2800 } 2805 }
2801 2806
2802 if (PrintFlagsFinal) { 2807 if (PrintFlagsFinal) {

mercurial