comparison src/share/vm/runtime/globals.hpp @ 910:10d8c0d0d60e

6867645: java -Xshare:dump failed - read only space too small Reviewed-by: iveresov, tonyp, ysr
author jcoomes
date Wed, 12 Aug 2009 14:27:54 -0700
parents b32a809aab08
children 8b46c4d82093 148e5441d916
comparison
equal deleted inserted replaced
909:b32a809aab08 910:10d8c0d0d60e
3285 "Size of dummy block used to shift heap addresses (in bytes)") \ 3285 "Size of dummy block used to shift heap addresses (in bytes)") \
3286 \ 3286 \
3287 product(uintx, SharedReadWriteSize, 12*M, \ 3287 product(uintx, SharedReadWriteSize, 12*M, \
3288 "Size of read-write space in permanent generation (in bytes)") \ 3288 "Size of read-write space in permanent generation (in bytes)") \
3289 \ 3289 \
3290 product(uintx, SharedReadOnlySize, 8*M, \ 3290 product(uintx, SharedReadOnlySize, 10*M, \
3291 "Size of read-only space in permanent generation (in bytes)") \ 3291 "Size of read-only space in permanent generation (in bytes)") \
3292 \ 3292 \
3293 product(uintx, SharedMiscDataSize, 4*M, \ 3293 product(uintx, SharedMiscDataSize, 4*M, \
3294 "Size of the shared data area adjacent to the heap (in bytes)") \ 3294 "Size of the shared data area adjacent to the heap (in bytes)") \
3295 \ 3295 \