src/share/vm/runtime/globals.hpp

Print this page

        

*** 2468,2477 **** --- 2468,2480 ---- "Print when methods are replaced do to recompilation") \ \ 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") \ \ develop(bool, StressCodeBuffers, false, \ "Exercise code buffer expansion and other rare state changes") \