8059064: Better G1 log caching
authorjmasa
Sun, 19 Oct 2014 20:23:12 -0700
changeset 29870 ea8305ce32fa
parent 29869 f0f6ac2a350d
child 29871 77e7fe063568
8059064: Better G1 log caching Reviewed-by: jmasa, ahgross Contributed-by: sangheon.kim@oracle.com
hotspot/src/share/vm/runtime/arguments.cpp
--- a/hotspot/src/share/vm/runtime/arguments.cpp	Tue Apr 14 17:19:08 2015 +0100
+++ b/hotspot/src/share/vm/runtime/arguments.cpp	Sun Oct 19 20:23:12 2014 -0700
@@ -2320,7 +2320,7 @@
                                         "G1ConcMarkStepDurationMillis");
     status = status && verify_interval(G1ConcRSHotCardLimit, 0, max_jubyte,
                                        "G1ConcRSHotCardLimit");
-    status = status && verify_interval(G1ConcRSLogCacheSize, 0, 31,
+    status = status && verify_interval(G1ConcRSLogCacheSize, 0, 27,
                                        "G1ConcRSLogCacheSize");
     status = status && verify_interval(StringDeduplicationAgeThreshold, 1, markOopDesc::max_age,
                                        "StringDeduplicationAgeThreshold");