# HG changeset patch # User tonyp # Date 1315560058 14400 # Node ID e6b53dec4b9ec85e6bc0f911382705ef36ed6491 # Parent 9d5bbffbb3224bbf9eef3a91fa6d050af67b5073 7087717: G1: make the G1PrintRegionLivenessInfo parameter diagnostic Reviewed-by: brutisso, ysr diff -r 9d5bbffbb322 -r e6b53dec4b9e hotspot/src/share/vm/gc_implementation/g1/g1_globals.hpp --- a/hotspot/src/share/vm/gc_implementation/g1/g1_globals.hpp Thu Sep 08 16:29:41 2011 +0200 +++ b/hotspot/src/share/vm/gc_implementation/g1/g1_globals.hpp Fri Sep 09 05:20:58 2011 -0400 @@ -134,9 +134,9 @@ develop(bool, G1RSCountHisto, false, \ "If true, print a histogram of RS occupancies after each pause") \ \ - product(bool, G1PrintRegionLivenessInfo, false, \ - "Prints the liveness information for all regions in the heap " \ - "at the end of a marking cycle.") \ + diagnostic(bool, G1PrintRegionLivenessInfo, false, \ + "Prints the liveness information for all regions in the heap " \ + "at the end of a marking cycle.") \ \ develop(bool, G1PrintParCleanupStats, false, \ "When true, print extra stats about parallel cleanup.") \