7019557: SharedMiscDataSize too small for 64-bit fastdebug JVM

Increase default SharedMiscDataSize

Reviewed-by: dcubed, kamg
This commit is contained in:
Coleen Phillimore 2011-02-18 18:26:17 -05:00
parent 5cef1a1a84
commit 3899f14f1f

View file

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