src/share/vm/runtime/globals.hpp

changeset 3682
fc9d8850ab8b
parent 3650
80fe40862b02
child 3767
9d679effd28c
     1.1 --- a/src/share/vm/runtime/globals.hpp	Thu Mar 15 13:37:13 2012 +0100
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Fri Mar 23 11:16:05 2012 -0400
     1.3 @@ -3807,7 +3807,7 @@
     1.4    product(uintx, SharedReadOnlySize,   10*M,                                \
     1.5            "Size of read-only space in permanent generation (in bytes)")     \
     1.6                                                                              \
     1.7 -  product(uintx, SharedMiscDataSize,    NOT_LP64(4*M) LP64_ONLY(5*M),       \
     1.8 +  product(uintx, SharedMiscDataSize, NOT_LP64(4*M) LP64_ONLY(5*M) NOT_PRODUCT(+1*M),       \
     1.9            "Size of the shared data area adjacent to the heap (in bytes)")   \
    1.10                                                                              \
    1.11    product(uintx, SharedMiscCodeSize,    4*M,                                \

mercurial