comparison src/share/vm/runtime/globals.hpp @ 12893:2382ff14d889

Merge
author jwilhelm
date Sat, 12 Oct 2013 05:08:42 +0000
parents aa6f2ea19d8f 9c8289162268
children bfd52054aeb8
comparison
equal deleted inserted replaced
12844:7c26dced065e 12893:2382ff14d889
3123 product(uintx, CompressedClassSpaceSize, 1*G, \ 3123 product(uintx, CompressedClassSpaceSize, 1*G, \
3124 "Maximum size of class area in Metaspace when compressed " \ 3124 "Maximum size of class area in Metaspace when compressed " \
3125 "class pointers are used") \ 3125 "class pointers are used") \
3126 \ 3126 \
3127 product(uintx, MinHeapFreeRatio, 40, \ 3127 product(uintx, MinHeapFreeRatio, 40, \
3128 "The minimum percentage of heap free after GC to avoid expansion")\ 3128 "The minimum percentage of heap free after GC to avoid expansion."\
3129 " For most GCs this applies to the old generation. In G1 it" \
3130 " applies to the whole heap. Not supported by ParallelGC.") \
3129 \ 3131 \
3130 product(uintx, MaxHeapFreeRatio, 70, \ 3132 product(uintx, MaxHeapFreeRatio, 70, \
3131 "The maximum percentage of heap free after GC to avoid shrinking")\ 3133 "The maximum percentage of heap free after GC to avoid shrinking."\
3134 " For most GCs this applies to the old generation. In G1 it" \
3135 " applies to the whole heap. Not supported by ParallelGC.") \
3132 \ 3136 \
3133 product(intx, SoftRefLRUPolicyMSPerMB, 1000, \ 3137 product(intx, SoftRefLRUPolicyMSPerMB, 1000, \
3134 "Number of milliseconds per MB of free space in the heap") \ 3138 "Number of milliseconds per MB of free space in the heap") \
3135 \ 3139 \
3136 product(uintx, MinHeapDeltaBytes, ScaleForWordSize(128*K), \ 3140 product(uintx, MinHeapDeltaBytes, ScaleForWordSize(128*K), \