changeset 22210 | b0408ba029f6 |
parent 21733 | 20093ed7e42b |
child 22243 | 91944eab7b92 |
--- a/hotspot/src/share/vm/runtime/globals.hpp Thu Dec 19 06:09:16 2013 +0100 +++ b/hotspot/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") \ \