author | johnc |
Tue, 02 Mar 2010 13:59:37 -0800 | |
changeset 5039 | 0ab1816a8c6d |
parent 5037 | 0862ff87566b (current diff) |
parent 5038 | de3fb1c2d510 (diff) |
child 5040 | 529add9be0d5 |
child 5044 | 7e40acdf2163 |
--- a/hotspot/src/share/vm/runtime/globals.hpp Tue Mar 02 13:57:46 2010 -0800 +++ b/hotspot/src/share/vm/runtime/globals.hpp Tue Mar 02 13:59:37 2010 -0800 @@ -2929,7 +2929,7 @@ product(uintx, OldSize, ScaleForWordSize(4*M), \ "Initial tenured generation size (in bytes)") \ \ - product(uintx, NewSize, ScaleForWordSize(4*M), \ + product(uintx, NewSize, ScaleForWordSize(1*M), \ "Initial new generation size (in bytes)") \ \ product(uintx, MaxNewSize, max_uintx, \