hotspot/src/share/vm/runtime/globals.hpp
changeset 5039 0ab1816a8c6d
parent 5035 0e498c4df637
parent 5038 de3fb1c2d510
child 5228 2b4da47127ba
child 5076 8b74a4b60b31
child 5086 ebccc0bb7b8e
--- 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,                                     \