7019557: SharedMiscDataSize too small for 64-bit fastdebug JVM
Summary: Increase default SharedMiscDataSize
Reviewed-by: dcubed, kamg
--- a/hotspot/src/share/vm/runtime/globals.hpp Wed Feb 16 16:25:57 2011 -0800
+++ b/hotspot/src/share/vm/runtime/globals.hpp Fri Feb 18 18:26:17 2011 -0500
@@ -3692,7 +3692,7 @@
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, \