--- old/src/share/vm/runtime/globals.hpp 2013-11-13 10:43:41.000000000 -0800 +++ new/src/share/vm/runtime/globals.hpp 2013-11-13 10:43:41.000000000 -0800 @@ -2068,6 +2068,10 @@ product(bool, UseAdaptiveSizePolicyWithSystemGC, false, \ "Include statistics from System.gc() for adaptive size policy") \ \ + product(bool, UseAdaptiveSizePolicyResizeYoungGenAtMajorCollection, true, \ + "Resize young generation at major collections" \ + "for adaptive sizing policy") \ + \ product(bool, UseAdaptiveGCBoundary, false, \ "Allow young-old boundary to move") \ \