diff src/share/vm/runtime/globals.hpp @ 12356:359f7e70ae7f

Reduce HotSpot diff and fix previous merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Fri, 11 Oct 2013 15:41:33 +0200
parents cefad50507d8
children 4dba97fb1a6f
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Fri Oct 11 10:38:03 2013 +0200
+++ b/src/share/vm/runtime/globals.hpp	Fri Oct 11 15:41:33 2013 +0200
@@ -970,6 +970,9 @@
   diagnostic(ccstr, PrintAssemblyOptions, NULL,                             \
           "Options string passed to disassembler.so")                       \
                                                                             \
+  product(bool, PrintNMethodStatistics, false,                              \
+          "Print a summary statistic for the generated nmethods")           \
+                                                                            \
   diagnostic(bool, PrintNMethods, false,                                    \
           "Print assembly code for nmethods when generated")                \
                                                                             \