src/share/vm/runtime/globals.hpp

changeset 1345
10d8c0d0d60e
parent 1344
b32a809aab08
child 1376
8b46c4d82093
child 1424
148e5441d916
     1.1 --- a/src/share/vm/runtime/globals.hpp	Tue Aug 11 23:24:41 2009 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Wed Aug 12 14:27:54 2009 -0700
     1.3 @@ -3287,7 +3287,7 @@
     1.4    product(uintx, SharedReadWriteSize,  12*M,                                \
     1.5            "Size of read-write space in permanent generation (in bytes)")    \
     1.6                                                                              \
     1.7 -  product(uintx, SharedReadOnlySize,    8*M,                                \
     1.8 +  product(uintx, SharedReadOnlySize,   10*M,                                \
     1.9            "Size of read-only space in permanent generation (in bytes)")     \
    1.10                                                                              \
    1.11    product(uintx, SharedMiscDataSize,    4*M,                                \

mercurial