# HG changeset patch # User coleenp # Date 1298071577 18000 # Node ID 6e70f1bb7f6fa6cc74f953357aa593b3b7194bc4 # Parent a959935a5732271c3cb971d90480d65d89775995 7019557: SharedMiscDataSize too small for 64-bit fastdebug JVM Summary: Increase default SharedMiscDataSize Reviewed-by: dcubed, kamg diff -r a959935a5732 -r 6e70f1bb7f6f src/share/vm/runtime/globals.hpp --- a/src/share/vm/runtime/globals.hpp Wed Feb 16 16:25:57 2011 -0800 +++ b/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, \