comparison src/share/vm/runtime/globals.hpp @ 2242:6e70f1bb7f6f

7019557: SharedMiscDataSize too small for 64-bit fastdebug JVM Summary: Increase default SharedMiscDataSize Reviewed-by: dcubed, kamg
author coleenp
date Fri, 18 Feb 2011 18:26:17 -0500
parents 63d374c54045
children f77b3ec064b0
comparison
equal deleted inserted replaced
2241:a959935a5732 2242:6e70f1bb7f6f
3690 "Size of read-write space in permanent generation (in bytes)") \ 3690 "Size of read-write space in permanent generation (in bytes)") \
3691 \ 3691 \
3692 product(uintx, SharedReadOnlySize, 10*M, \ 3692 product(uintx, SharedReadOnlySize, 10*M, \
3693 "Size of read-only space in permanent generation (in bytes)") \ 3693 "Size of read-only space in permanent generation (in bytes)") \
3694 \ 3694 \
3695 product(uintx, SharedMiscDataSize, 4*M, \ 3695 product(uintx, SharedMiscDataSize, NOT_LP64(4*M) LP64_ONLY(5*M), \
3696 "Size of the shared data area adjacent to the heap (in bytes)") \ 3696 "Size of the shared data area adjacent to the heap (in bytes)") \
3697 \ 3697 \
3698 product(uintx, SharedMiscCodeSize, 4*M, \ 3698 product(uintx, SharedMiscCodeSize, 4*M, \
3699 "Size of the shared code area adjacent to the heap (in bytes)") \ 3699 "Size of the shared code area adjacent to the heap (in bytes)") \
3700 \ 3700 \