comparison src/share/vm/runtime/globals.hpp @ 12892:9c8289162268

8024776: Max/MinHeapFreeRatio descriptions should be more precise Summary: Descriptions for Max/MinHeapFreeRatio updated Reviewed-by: ehelin, jmasa
author jwilhelm
date Fri, 11 Oct 2013 16:18:27 +0200
parents 85c1ca43713f
children 2382ff14d889
comparison
equal deleted inserted replaced
12839:a6414751d537 12892:9c8289162268
3078 product(uintx, CompressedClassSpaceSize, 1*G, \ 3078 product(uintx, CompressedClassSpaceSize, 1*G, \
3079 "Maximum size of class area in Metaspace when compressed " \ 3079 "Maximum size of class area in Metaspace when compressed " \
3080 "class pointers are used") \ 3080 "class pointers are used") \
3081 \ 3081 \
3082 product(uintx, MinHeapFreeRatio, 40, \ 3082 product(uintx, MinHeapFreeRatio, 40, \
3083 "The minimum percentage of heap free after GC to avoid expansion")\ 3083 "The minimum percentage of heap free after GC to avoid expansion."\
3084 " For most GCs this applies to the old generation. In G1 it" \
3085 " applies to the whole heap. Not supported by ParallelGC.") \
3084 \ 3086 \
3085 product(uintx, MaxHeapFreeRatio, 70, \ 3087 product(uintx, MaxHeapFreeRatio, 70, \
3086 "The maximum percentage of heap free after GC to avoid shrinking")\ 3088 "The maximum percentage of heap free after GC to avoid shrinking."\
3089 " For most GCs this applies to the old generation. In G1 it" \
3090 " applies to the whole heap. Not supported by ParallelGC.") \
3087 \ 3091 \
3088 product(intx, SoftRefLRUPolicyMSPerMB, 1000, \ 3092 product(intx, SoftRefLRUPolicyMSPerMB, 1000, \
3089 "Number of milliseconds per MB of free space in the heap") \ 3093 "Number of milliseconds per MB of free space in the heap") \
3090 \ 3094 \
3091 product(uintx, MinHeapDeltaBytes, ScaleForWordSize(128*K), \ 3095 product(uintx, MinHeapDeltaBytes, ScaleForWordSize(128*K), \