comparison src/share/vm/runtime/globals.hpp @ 1875:4e22405d98d6

6989669: Coops: -Xshare:dump causes crash Summary: Temporarily fix to disable compressed oops with CDS Reviewed-by: dholmes, twisti, kvn, never
author iveresov
date Tue, 19 Oct 2010 11:14:52 -0700
parents 75b0735b4d04
children f5c8d6e5bfee
comparison
equal deleted inserted replaced
1874:75ab0162aa84 1875: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 \