src/share/vm/runtime/globals.hpp

Print this page

        

@@ -3068,10 +3068,17 @@
                                                                             \
   product(uintx, GCDrainStackTargetSize, 64,                                \
           "how many entries we'll try to leave on the stack during "        \
           "parallel GC")                                                    \
                                                                             \
+  product(bool, UseFreeRatioForParallelGC, false,                           \
+          "If true, override the adaptive size policy with the free ratios "\
+          "(MaxHeapFreeRatio and MinHeapFreeRatio) when applicable.")       \
+                                                                            \
+  product(bool, UseFreeRatioOnlyInSystemGCForParallelGC, false,             \
+          "Like UseFreeRatioForParallelGC except only for System.gc()")     \
+                                                                            \
   /* stack parameters */                                                    \
   product_pd(intx, StackYellowPages,                                        \
           "Number of yellow zone (recoverable overflows) pages")            \
                                                                             \
   product_pd(intx, StackRedPages,                                           \