mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 12:04:39 +02:00
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:
parent
0679f774af
commit
63f7ba0045
4 changed files with 66 additions and 31 deletions
|
@ -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") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue