src/share/vm/runtime/globals.hpp

Print this page

        

@@ -2066,10 +2066,14 @@
           "Use adaptive young-old sizing policies at major collections")    \
                                                                             \
   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")                               \
                                                                             \
   develop(bool, TraceAdaptiveGCBoundary, false,                             \
           "Trace young-old boundary moves")                                 \