src/share/vm/runtime/globals.hpp

changeset 2230
4e22405d98d6
parent 2226
75b0735b4d04
child 2245
f5c8d6e5bfee
     1.1 --- a/src/share/vm/runtime/globals.hpp	Mon Oct 18 09:33:24 2010 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Tue Oct 19 11:14:52 2010 -0700
     1.3 @@ -3545,7 +3545,7 @@
     1.4    product(uintx, SharedDummyBlockSize, 512*M,                               \
     1.5            "Size of dummy block used to shift heap addresses (in bytes)")    \
     1.6                                                                              \
     1.7 -  product(uintx, SharedReadWriteSize,  12*M,                                \
     1.8 +  product(uintx, SharedReadWriteSize,  NOT_LP64(12*M) LP64_ONLY(13*M),      \
     1.9            "Size of read-write space in permanent generation (in bytes)")    \
    1.10                                                                              \
    1.11    product(uintx, SharedReadOnlySize,   10*M,                                \

mercurial