comparison src/share/vm/runtime/globals.hpp @ 1713:7fcd5f39bd7a

Merge
author johnc
date Sat, 14 Aug 2010 00:47:52 -0700
parents d2ede61b7a12 9d7a8ab3736b
children be3f9c242c9d
comparison
equal deleted inserted replaced
1695:21e519b91576 1713:7fcd5f39bd7a
3090 "(Unsafe,Unstable) Number of iterations in safepoint loop " \ 3090 "(Unsafe,Unstable) Number of iterations in safepoint loop " \
3091 "before changing safepoint polling page to RO ") \ 3091 "before changing safepoint polling page to RO ") \
3092 \ 3092 \
3093 product(intx, SafepointSpinBeforeYield, 2000, "(Unstable)") \ 3093 product(intx, SafepointSpinBeforeYield, 2000, "(Unstable)") \
3094 \ 3094 \
3095 product(bool, UseDepthFirstScavengeOrder, true, \
3096 "true: the scavenge order will be depth-first, " \
3097 "false: the scavenge order will be breadth-first") \
3098 \
3099 product(bool, PSChunkLargeArrays, true, \ 3095 product(bool, PSChunkLargeArrays, true, \
3100 "true: process large arrays in chunks") \ 3096 "true: process large arrays in chunks") \
3101 \ 3097 \
3102 product(uintx, GCDrainStackTargetSize, 64, \ 3098 product(uintx, GCDrainStackTargetSize, 64, \
3103 "how many entries we'll try to leave on the stack during " \ 3099 "how many entries we'll try to leave on the stack during " \