8025277: Add -XX: flag to print code cache sweeper statistics

New diagnostic flag prints statistics about the code cache sweeper

Reviewed-by: kvn
This commit is contained in:
Tobias Hartmann 2013-12-19 14:08:02 +01:00 committed by Albert Noll
parent 0679f774af
commit 63f7ba0045
4 changed files with 66 additions and 31 deletions

View file

@ -2531,6 +2531,9 @@ class CommandLineFlags {
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") \
\