src/share/vm/runtime/globals.hpp

changeset 1723
c76ca382971b
parent 1719
5f1f51edaff6
parent 1722
8911d8c0596f
child 1746
2a1472c30599
child 1756
0f6600cee529
child 1779
fdd57634910e
equal deleted inserted replaced
1721:ab75c83d7c37 1723:c76ca382971b
2927 "Maximum heap size (in bytes)") \ 2927 "Maximum heap size (in bytes)") \
2928 \ 2928 \
2929 product(uintx, OldSize, ScaleForWordSize(4*M), \ 2929 product(uintx, OldSize, ScaleForWordSize(4*M), \
2930 "Initial tenured generation size (in bytes)") \ 2930 "Initial tenured generation size (in bytes)") \
2931 \ 2931 \
2932 product(uintx, NewSize, ScaleForWordSize(4*M), \ 2932 product(uintx, NewSize, ScaleForWordSize(1*M), \
2933 "Initial new generation size (in bytes)") \ 2933 "Initial new generation size (in bytes)") \
2934 \ 2934 \
2935 product(uintx, MaxNewSize, max_uintx, \ 2935 product(uintx, MaxNewSize, max_uintx, \
2936 "Maximum new generation size (in bytes), max_uintx means set " \ 2936 "Maximum new generation size (in bytes), max_uintx means set " \
2937 "ergonomically") \ 2937 "ergonomically") \

mercurial