8059064: Better G1 log caching

Sun, 19 Oct 2014 21:00:56 -0700

author
jmasa
date
Sun, 19 Oct 2014 21:00:56 -0700
changeset 7704
9c5134750f1d
parent 7703
d25a7e8695dc
child 7705
5f07d936a14e

8059064: Better G1 log caching
Reviewed-by: jmasa, ahgross
Contributed-by: sangheon.kim@oracle.com

src/share/vm/runtime/arguments.cpp file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/vm/runtime/arguments.cpp	Tue Oct 14 11:38:53 2014 -0700
     1.2 +++ b/src/share/vm/runtime/arguments.cpp	Sun Oct 19 21:00:56 2014 -0700
     1.3 @@ -2216,7 +2216,7 @@
     1.4                                          "G1ConcMarkStepDurationMillis");
     1.5      status = status && verify_interval(G1ConcRSHotCardLimit, 0, max_jubyte,
     1.6                                         "G1ConcRSHotCardLimit");
     1.7 -    status = status && verify_interval(G1ConcRSLogCacheSize, 0, 31,
     1.8 +    status = status && verify_interval(G1ConcRSLogCacheSize, 0, 27,
     1.9                                         "G1ConcRSLogCacheSize");
    1.10      status = status && verify_interval(StringDeduplicationAgeThreshold, 1, markOopDesc::max_age,
    1.11                                         "StringDeduplicationAgeThreshold");

mercurial