OpenJDK / loom / loom
changeset 5039:0ab1816a8c6d
Merge
author | johnc |
---|---|
date | Tue, 02 Mar 2010 13:59:37 -0800 |
parents | 0862ff87566b de3fb1c2d510 |
children | 529add9be0d5 7e40acdf2163 |
files | hotspot/src/share/vm/runtime/globals.hpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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, \