src/share/vm/gc_implementation/g1/g1_globals.hpp

changeset 7258
fa14838b03c4
parent 7218
6948da6d7c13
child 7535
7ae4e26cb1e0
child 7656
ad32e85474ff
     1.1 --- a/src/share/vm/gc_implementation/g1/g1_globals.hpp	Fri Oct 10 15:51:58 2014 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1_globals.hpp	Tue Sep 30 13:14:22 2014 +0200
     1.3 @@ -270,12 +270,12 @@
     1.4            "Percentage (0-100) of the heap size to use as default "          \
     1.5            " maximum young gen size.")                                       \
     1.6                                                                              \
     1.7 -  experimental(uintx, G1MixedGCLiveThresholdPercent, 65,                    \
     1.8 +  experimental(uintx, G1MixedGCLiveThresholdPercent, 85,                    \
     1.9            "Threshold for regions to be considered for inclusion in the "    \
    1.10            "collection set of mixed GCs. "                                   \
    1.11            "Regions with live bytes exceeding this will not be collected.")  \
    1.12                                                                              \
    1.13 -  product(uintx, G1HeapWastePercent, 10,                                    \
    1.14 +  product(uintx, G1HeapWastePercent, 5,                                     \
    1.15            "Amount of space, expressed as a percentage of the heap size, "   \
    1.16            "that G1 is willing not to collect to avoid expensive GCs.")      \
    1.17                                                                              \

mercurial