src/share/vm/runtime/globals.hpp

changeset 3682
fc9d8850ab8b
parent 3650
80fe40862b02
child 3767
9d679effd28c
equal deleted inserted replaced
3681:51612f0c0a79 3682:fc9d8850ab8b
3805 "Size of read-write space in permanent generation (in bytes)") \ 3805 "Size of read-write space in permanent generation (in bytes)") \
3806 \ 3806 \
3807 product(uintx, SharedReadOnlySize, 10*M, \ 3807 product(uintx, SharedReadOnlySize, 10*M, \
3808 "Size of read-only space in permanent generation (in bytes)") \ 3808 "Size of read-only space in permanent generation (in bytes)") \
3809 \ 3809 \
3810 product(uintx, SharedMiscDataSize, NOT_LP64(4*M) LP64_ONLY(5*M), \ 3810 product(uintx, SharedMiscDataSize, NOT_LP64(4*M) LP64_ONLY(5*M) NOT_PRODUCT(+1*M), \
3811 "Size of the shared data area adjacent to the heap (in bytes)") \ 3811 "Size of the shared data area adjacent to the heap (in bytes)") \
3812 \ 3812 \
3813 product(uintx, SharedMiscCodeSize, 4*M, \ 3813 product(uintx, SharedMiscCodeSize, 4*M, \
3814 "Size of the shared code area adjacent to the heap (in bytes)") \ 3814 "Size of the shared code area adjacent to the heap (in bytes)") \
3815 \ 3815 \

mercurial