src/share/vm/runtime/globals.hpp

changeset 6506
f040cf9fc9c0
parent 6503
a9becfeecd1b
parent 6267
a034dc5e910b
child 6507
752ba2e5f6d0
     1.1 --- a/src/share/vm/runtime/globals.hpp	Thu Jan 30 14:30:01 2014 +0100
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Wed Feb 19 20:12:43 2014 -0800
     1.3 @@ -3158,15 +3158,15 @@
     1.4            "Maximum size of class area in Metaspace when compressed "        \
     1.5            "class pointers are used")                                        \
     1.6                                                                              \
     1.7 -  product(uintx, MinHeapFreeRatio,    40,                                   \
     1.8 +  manageable(uintx, MinHeapFreeRatio, 40,                                   \
     1.9            "The minimum percentage of heap free after GC to avoid expansion."\
    1.10 -          " For most GCs this applies to the old generation. In G1 it"      \
    1.11 -          " applies to the whole heap. Not supported by ParallelGC.")       \
    1.12 -                                                                            \
    1.13 -  product(uintx, MaxHeapFreeRatio,    70,                                   \
    1.14 +          " For most GCs this applies to the old generation. In G1 and"     \
    1.15 +          " ParallelGC it applies to the whole heap.")                      \
    1.16 +                                                                            \
    1.17 +  manageable(uintx, MaxHeapFreeRatio, 70,                                   \
    1.18            "The maximum percentage of heap free after GC to avoid shrinking."\
    1.19 -          " For most GCs this applies to the old generation. In G1 it"      \
    1.20 -          " applies to the whole heap. Not supported by ParallelGC.")       \
    1.21 +          " For most GCs this applies to the old generation. In G1 and"     \
    1.22 +          " ParallelGC it applies to the whole heap.")                      \
    1.23                                                                              \
    1.24    product(intx, SoftRefLRUPolicyMSPerMB, 1000,                              \
    1.25            "Number of milliseconds per MB of free space in the heap")        \

mercurial