# HG changeset patch # User johnc # Date 1267567177 28800 # Node ID c76ca382971be8e2e57bc7236b4e60bcf064bdd4 # Parent ab75c83d7c37e6854adfa50792c9c9423c405053# Parent 8911d8c0596f9723e3e7a37aad3e318d1cdbc648 Merge diff -r ab75c83d7c37 -r c76ca382971b src/share/vm/runtime/globals.hpp --- a/src/share/vm/runtime/globals.hpp Tue Mar 02 13:57:46 2010 -0800 +++ b/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, \