src/share/vm/gc_implementation/g1/g1_globals.hpp

Print this page
rev 4655 : [mq]: 8014078

*** 60,70 **** "Summarize concurrent mark info") \ \ diagnostic(bool, G1SummarizeRSetStats, false, \ "Summarize remembered set processing info") \ \ ! diagnostic(intx, G1SummarizeRSetStatsPeriod, 0, \ "The period (in number of GCs) at which we will generate " \ "update buffer processing info " \ "(0 means do not periodically generate this info); " \ "it also requires -XX:+G1SummarizeRSetStats") \ \ --- 60,74 ---- "Summarize concurrent mark info") \ \ diagnostic(bool, G1SummarizeRSetStats, false, \ "Summarize remembered set processing info") \ \ ! diagnostic(uintx, G1SummarizeRSetStatsTime, 1, \ ! "The time at which remembered set summary statistics are " \ ! "printed. (1 = end of GC, 2 = start of GC, 3 = both).") \ ! \ ! diagnostic(uintx, G1SummarizeRSetStatsPeriod, 0, \ "The period (in number of GCs) at which we will generate " \ "update buffer processing info " \ "(0 means do not periodically generate this info); " \ "it also requires -XX:+G1SummarizeRSetStats") \ \