diff 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
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,                                     \