diff src/share/vm/runtime/globals.hpp @ 17612:6aa49042b101

8025277: Add -XX: flag to print code cache sweeper statistics Summary: New diagnostic flag prints statistics about the code cache sweeper Reviewed-by: kvn Contributed-by: tobi.hartmann@gmail.com
author anoll
date Thu, 19 Dec 2013 14:08:02 +0100
parents 438fe38c63c8
children 183bd5c00828
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Thu Dec 19 06:09:16 2013 +0100
+++ b/src/share/vm/runtime/globals.hpp	Thu Dec 19 14:08:02 2013 +0100
@@ -2531,6 +2531,9 @@
   develop(bool, PrintMethodFlushing, false,                                 \
           "Print the nmethods being flushed")                               \
                                                                             \
+  diagnostic(bool, PrintMethodFlushingStatistics, false,                    \
+          "print statistics about method flushing")                         \
+                                                                            \
   develop(bool, UseRelocIndex, false,                                       \
           "Use an index to speed random access to relocations")             \
                                                                             \