src/share/vm/runtime/globals.hpp

changeset 1722
8911d8c0596f
parent 1646
c1f1137b3575
child 1723
c76ca382971b
equal deleted inserted replaced
1702:72f1840531a4 1722:8911d8c0596f
2923 "Maximum heap size (in bytes)") \ 2923 "Maximum heap size (in bytes)") \
2924 \ 2924 \
2925 product(uintx, OldSize, ScaleForWordSize(4*M), \ 2925 product(uintx, OldSize, ScaleForWordSize(4*M), \
2926 "Initial tenured generation size (in bytes)") \ 2926 "Initial tenured generation size (in bytes)") \
2927 \ 2927 \
2928 product(uintx, NewSize, ScaleForWordSize(4*M), \ 2928 product(uintx, NewSize, ScaleForWordSize(1*M), \
2929 "Initial new generation size (in bytes)") \ 2929 "Initial new generation size (in bytes)") \
2930 \ 2930 \
2931 product(uintx, MaxNewSize, max_uintx, \ 2931 product(uintx, MaxNewSize, max_uintx, \
2932 "Maximum new generation size (in bytes), max_uintx means set " \ 2932 "Maximum new generation size (in bytes), max_uintx means set " \
2933 "ergonomically") \ 2933 "ergonomically") \

mercurial