comparison src/share/vm/runtime/globals.hpp @ 5979:fc9d8850ab8b

7150058: Allocate symbols from null boot loader to an arena for NMT Summary: Move symbol allocation to an arena so NMT doesn't have to track them at startup. Reviewed-by: never, kamg, zgu
author coleenp
date Fri, 23 Mar 2012 11:16:05 -0400
parents 80fe40862b02
children 9d679effd28c
comparison
equal deleted inserted replaced
5978:51612f0c0a79 5979: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 \