--- old/src/share/vm/runtime/globals.hpp 2013-09-27 16:07:10.862196093 +0200 +++ new/src/share/vm/runtime/globals.hpp 2013-09-27 16:07:10.818195874 +0200 @@ -2511,6 +2511,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") \ \