comparison src/share/vm/runtime/globals.hpp @ 1288:c76ca382971b

Merge
author johnc
date Tue, 02 Mar 2010 13:59:37 -0800
parents 5f1f51edaff6 8911d8c0596f
children 2a1472c30599 0f6600cee529 fdd57634910e
comparison
equal deleted inserted replaced
1286:ab75c83d7c37 1288: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") \