src/share/vm/runtime/globals.hpp

changeset 5073
d17700c82d7d
parent 5040
9ce110b1d14a
child 5101
a9270d9ecb13
child 5119
12f651e29f6b
equal deleted inserted replaced
5072:30860066ae8f 5073:d17700c82d7d
2966 product_pd(intx, PreInflateSpin, \ 2966 product_pd(intx, PreInflateSpin, \
2967 "Number of times to spin wait before inflation") \ 2967 "Number of times to spin wait before inflation") \
2968 \ 2968 \
2969 /* gc parameters */ \ 2969 /* gc parameters */ \
2970 product(uintx, InitialHeapSize, 0, \ 2970 product(uintx, InitialHeapSize, 0, \
2971 "Initial heap size (in bytes); zero means OldSize + NewSize") \ 2971 "Initial heap size (in bytes); zero means use ergonomics") \
2972 \ 2972 \
2973 product(uintx, MaxHeapSize, ScaleForWordSize(96*M), \ 2973 product(uintx, MaxHeapSize, ScaleForWordSize(96*M), \
2974 "Maximum heap size (in bytes)") \ 2974 "Maximum heap size (in bytes)") \
2975 \ 2975 \
2976 product(uintx, OldSize, ScaleForWordSize(4*M), \ 2976 product(uintx, OldSize, ScaleForWordSize(4*M), \

mercurial