src/share/vm/runtime/globals.hpp

changeset 2230
4e22405d98d6
parent 2226
75b0735b4d04
child 2245
f5c8d6e5bfee
equal deleted inserted replaced
2229:75ab0162aa84 2230:4e22405d98d6
3543 "Print usage of shared spaces") \ 3543 "Print usage of shared spaces") \
3544 \ 3544 \
3545 product(uintx, SharedDummyBlockSize, 512*M, \ 3545 product(uintx, SharedDummyBlockSize, 512*M, \
3546 "Size of dummy block used to shift heap addresses (in bytes)") \ 3546 "Size of dummy block used to shift heap addresses (in bytes)") \
3547 \ 3547 \
3548 product(uintx, SharedReadWriteSize, 12*M, \ 3548 product(uintx, SharedReadWriteSize, NOT_LP64(12*M) LP64_ONLY(13*M), \
3549 "Size of read-write space in permanent generation (in bytes)") \ 3549 "Size of read-write space in permanent generation (in bytes)") \
3550 \ 3550 \
3551 product(uintx, SharedReadOnlySize, 10*M, \ 3551 product(uintx, SharedReadOnlySize, 10*M, \
3552 "Size of read-only space in permanent generation (in bytes)") \ 3552 "Size of read-only space in permanent generation (in bytes)") \
3553 \ 3553 \

mercurial