7128532: G1: Change default value of G1DefaultMaxNewGenPercent to 80

Reviewed-by: tonyp, jmasa
This commit is contained in:
Bengt Rutisson 2012-01-10 20:02:41 +01:00
parent 30bfc8f549
commit 2bf3afe882

View File

@ -295,7 +295,7 @@
"Percentage (0-100) of the heap size to use as minimum " \ "Percentage (0-100) of the heap size to use as minimum " \
"young gen size.") \ "young gen size.") \
\ \
develop(uintx, G1DefaultMaxNewGenPercent, 50, \ develop(uintx, G1DefaultMaxNewGenPercent, 80, \
"Percentage (0-100) of the heap size to use as maximum " \ "Percentage (0-100) of the heap size to use as maximum " \
"young gen size.") "young gen size.")