Merge
authortschatzl
Fri, 04 Dec 2015 02:39:03 +0100
changeset 34627 cffa1bd3d263
parent 34625 0fe552410730 (current diff)
parent 34626 b366ee049e8f (diff)
child 34630 4054119c7b5e
Merge
--- a/hotspot/src/share/vm/gc/g1/g1_globals.hpp	Thu Dec 03 21:34:23 2015 +0300
+++ b/hotspot/src/share/vm/gc/g1/g1_globals.hpp	Fri Dec 04 02:39:03 2015 +0100
@@ -33,9 +33,11 @@
 
 #define G1_FLAGS(develop, develop_pd, product, product_pd, diagnostic, experimental, notproduct, manageable, product_rw, range, constraint) \
                                                                             \
-  product(bool, G1UseAdaptiveIHOP, false,                                   \
-          "Adaptively adjust InitiatingHeapOccupancyPercent from the "      \
-          "initial value.")                                                 \
+  product(bool, G1UseAdaptiveIHOP, true,                                    \
+          "Adaptively adjust the initiating heap occupancy from the "       \
+          "initial value of InitiatingHeapOccupancyPercent. The policy "    \
+          "attempts to start marking in time based on application "         \
+          "behavior.")                                                      \
                                                                             \
   experimental(size_t, G1AdaptiveIHOPNumInitialSamples, 3,                  \
           "How many completed time periods from initial mark to first "     \