comparison src/share/vm/runtime/globals.hpp @ 17612:6aa49042b101

8025277: Add -XX: flag to print code cache sweeper statistics Summary: New diagnostic flag prints statistics about the code cache sweeper Reviewed-by: kvn Contributed-by: tobi.hartmann@gmail.com
author anoll
date Thu, 19 Dec 2013 14:08:02 +0100
parents 438fe38c63c8
children 183bd5c00828
comparison
equal deleted inserted replaced
17611:d6e7180abab5 17612:6aa49042b101
2529 "Print when methods are replaced do to recompilation") \ 2529 "Print when methods are replaced do to recompilation") \
2530 \ 2530 \
2531 develop(bool, PrintMethodFlushing, false, \ 2531 develop(bool, PrintMethodFlushing, false, \
2532 "Print the nmethods being flushed") \ 2532 "Print the nmethods being flushed") \
2533 \ 2533 \
2534 diagnostic(bool, PrintMethodFlushingStatistics, false, \
2535 "print statistics about method flushing") \
2536 \
2534 develop(bool, UseRelocIndex, false, \ 2537 develop(bool, UseRelocIndex, false, \
2535 "Use an index to speed random access to relocations") \ 2538 "Use an index to speed random access to relocations") \
2536 \ 2539 \
2537 develop(bool, StressCodeBuffers, false, \ 2540 develop(bool, StressCodeBuffers, false, \
2538 "Exercise code buffer expansion and other rare state changes") \ 2541 "Exercise code buffer expansion and other rare state changes") \