7128532: G1: Change default value of G1DefaultMaxNewGenPercent to 80
authorbrutisso
Tue, 10 Jan 2012 20:02:41 +0100
changeset 11454 c1d5bb1d6389
parent 11453 c23a9a0665ce
child 11455 a6ab3d8b9a4c
7128532: G1: Change default value of G1DefaultMaxNewGenPercent to 80 Reviewed-by: tonyp, jmasa
hotspot/src/share/vm/gc_implementation/g1/g1_globals.hpp
--- a/hotspot/src/share/vm/gc_implementation/g1/g1_globals.hpp	Mon Jan 09 23:50:41 2012 -0500
+++ b/hotspot/src/share/vm/gc_implementation/g1/g1_globals.hpp	Tue Jan 10 20:02:41 2012 +0100
@@ -295,7 +295,7 @@
           "Percentage (0-100) of the heap size to use as minimum "          \
           "young gen size.")                                                \
                                                                             \
-  develop(uintx, G1DefaultMaxNewGenPercent, 50,                             \
+  develop(uintx, G1DefaultMaxNewGenPercent, 80,                             \
           "Percentage (0-100) of the heap size to use as maximum "          \
           "young gen size.")