changeset 1285:c76ca382971b

Merge
author johnc
date Tue, 02 Mar 2010 13:59:37 -0800
parents ab75c83d7c37 (current diff) 8911d8c0596f (diff)
children ccc11b3dad6c
files src/share/vm/runtime/globals.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,                                     \