Merge

Sat, 12 Oct 2013 05:08:42 +0000

author
jwilhelm
date
Sat, 12 Oct 2013 05:08:42 +0000
changeset 5932
2382ff14d889
parent 5883
7c26dced065e
parent 5931
9c8289162268
child 5933
24f32d09a0d7

Merge

src/share/vm/runtime/globals.hpp file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/vm/runtime/globals.hpp	Fri Oct 11 13:14:48 2013 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Sat Oct 12 05:08:42 2013 +0000
     1.3 @@ -3125,10 +3125,14 @@
     1.4            "class pointers are used")                                        \
     1.5                                                                              \
     1.6    product(uintx, MinHeapFreeRatio,    40,                                   \
     1.7 -          "The minimum percentage of heap free after GC to avoid expansion")\
     1.8 +          "The minimum percentage of heap free after GC to avoid expansion."\
     1.9 +          " For most GCs this applies to the old generation. In G1 it"      \
    1.10 +          " applies to the whole heap. Not supported by ParallelGC.")       \
    1.11                                                                              \
    1.12    product(uintx, MaxHeapFreeRatio,    70,                                   \
    1.13 -          "The maximum percentage of heap free after GC to avoid shrinking")\
    1.14 +          "The maximum percentage of heap free after GC to avoid shrinking."\
    1.15 +          " For most GCs this applies to the old generation. In G1 it"      \
    1.16 +          " applies to the whole heap. Not supported by ParallelGC.")       \
    1.17                                                                              \
    1.18    product(intx, SoftRefLRUPolicyMSPerMB, 1000,                              \
    1.19            "Number of milliseconds per MB of free space in the heap")        \

mercurial