You need to sign in or sign up before continuing.
提交 2dfc571b 编写于 作者: P phh

6923123: Hotspot refuses to start when -Xmx4m or -Xms4m is specified

Summary: Reduce NewSize from 4m to 1m.
Reviewed-by: tonyp, jmasa
上级 47ba278e
......@@ -2925,7 +2925,7 @@ class CommandLineFlags {
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, \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册