diff src/share/vm/runtime/globals.hpp @ 4561:35ca3ade314d

enabled nmethod statistics for product build
author Christian Haeubl <christian.haeubl@oracle.com>
date Fri, 10 Feb 2012 10:07:48 -0800
parents f304ba0d4e24
children 3dbcd1013cc8
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Thu Feb 09 18:36:11 2012 -0800
+++ b/src/share/vm/runtime/globals.hpp	Fri Feb 10 10:07:48 2012 -0800
@@ -922,6 +922,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")                \
                                                                             \