comparison src/share/vm/runtime/globals.hpp @ 2243:f77b3ec064b0

Merge
author rottenha
date Mon, 21 Feb 2011 04:49:17 -0800
parents e9aa2ca89ad6 6e70f1bb7f6f
children a97fd181b813 162b62460264
comparison
equal deleted inserted replaced
2232:02368ad6c63f 2243:f77b3ec064b0
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 \