src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/globals.hpp	Mon Nov 23 12:44:00 2015
--- new/src/share/vm/runtime/globals.hpp	Mon Nov 23 12:44:00 2015

*** 1124,1136 **** --- 1124,1133 ---- "Print a summary statistic for the generated nmethods") \ \ diagnostic(bool, PrintNMethods, false, \ "Print assembly code for nmethods when generated") \ \ diagnostic(intx, PrintNMethodsAtLevel, -1, \ "Only print code for nmethods at the given compilation level") \ \ diagnostic(bool, PrintNativeNMethods, false, \ "Print assembly code for native nmethods when generated") \ \ develop(bool, PrintDebugInfo, false, \ "Print debug information for all nmethods when generated") \

src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File