--- old/src/share/vm/gc_implementation/g1/g1_globals.hpp 2011-03-15 09:38:21.873103000 -0700 +++ new/src/share/vm/gc_implementation/g1/g1_globals.hpp 2011-03-15 09:38:21.658688000 -0700 @@ -193,6 +193,10 @@ develop(intx, G1ConcRSHotCardLimit, 4, \ "The threshold that defines (>=) a hot card.") \ \ + develop(intx, G1MaxHotCardCountSizePercent, 50, \ + "The maximum size of the hot card count cache as a " \ + "percentage of the number of cards for the maximum heap.") \ + \ develop(bool, G1PrintOopAppls, false, \ "When true, print applications of closures to external locs.") \ \