src/share/vm/runtime/globals.hpp

changeset 4128
f81a7c0c618d
parent 4081
9a86ddfc6c8f
child 4129
22b8d3d181d9
equal deleted inserted replaced
4127:87ac5c0a404d 4128:f81a7c0c618d
3063 "Census for CMS' FreeListSpace") \ 3063 "Census for CMS' FreeListSpace") \
3064 \ 3064 \
3065 develop(uintx, GCExpandToAllocateDelayMillis, 0, \ 3065 develop(uintx, GCExpandToAllocateDelayMillis, 0, \
3066 "Delay in ms between expansion and allocation") \ 3066 "Delay in ms between expansion and allocation") \
3067 \ 3067 \
3068 develop(uintx, GCWorkerDelayMillis, 0, \
3069 "Delay in ms in scheduling GC workers") \
3070 \
3068 product(intx, DeferThrSuspendLoopCount, 4000, \ 3071 product(intx, DeferThrSuspendLoopCount, 4000, \
3069 "(Unstable) Number of times to iterate in safepoint loop " \ 3072 "(Unstable) Number of times to iterate in safepoint loop " \
3070 " before blocking VM threads ") \ 3073 " before blocking VM threads ") \
3071 \ 3074 \
3072 product(intx, DeferPollingPageLoopCount, -1, \ 3075 product(intx, DeferPollingPageLoopCount, -1, \

mercurial