提交 10fc22ff 编写于 作者: C coleenp

7019557: SharedMiscDataSize too small for 64-bit fastdebug JVM

Summary: Increase default SharedMiscDataSize
Reviewed-by: dcubed, kamg
上级 fbc314b1
......@@ -3692,7 +3692,7 @@ class CommandLineFlags {
product(uintx, SharedReadOnlySize, 10*M, \
"Size of read-only space in permanent generation (in bytes)") \
\
product(uintx, SharedMiscDataSize, 4*M, \
product(uintx, SharedMiscDataSize, NOT_LP64(4*M) LP64_ONLY(5*M), \
"Size of the shared data area adjacent to the heap (in bytes)") \
\
product(uintx, SharedMiscCodeSize, 4*M, \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册