--- old/src/share/vm/runtime/globals.hpp 2013-09-24 13:20:57.352554171 +0200 +++ new/src/share/vm/runtime/globals.hpp 2013-09-24 13:20:57.284554174 +0200 @@ -2470,6 +2470,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") \ \