comparison src/share/vm/runtime/arguments.cpp @ 1155:4e6abf09f540

6912062: disassembler plugin needs to produce symbolic information in product mode Summary: More informative disassembly in product mode. Also, a more consistent CompileCommand syntax. Reviewed-by: never
author jrose
date Fri, 08 Jan 2010 13:47:01 -0800
parents f62a22282a47
children 1fc01a2425ce
comparison
equal deleted inserted replaced
1153:bea7a22a6f79 1155: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) {