comparison src/share/vm/runtime/globals.hpp @ 6817:f81a7c0c618d

7199349: NPG: PS: Crash seen in jprt Reviewed-by: johnc
author jmasa
date Wed, 03 Oct 2012 08:08:52 -0700
parents 9a86ddfc6c8f
children 22b8d3d181d9
comparison
equal deleted inserted replaced
6816:87ac5c0a404d 6817: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, \