src/share/vm/runtime/globals.hpp

changeset 2549
6e70f1bb7f6f
parent 2520
63d374c54045
child 2550
f77b3ec064b0
equal deleted inserted replaced
2548:a959935a5732 2549: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 \

mercurial