src/share/vm/runtime/globals.hpp

changeset 2549
6e70f1bb7f6f
parent 2520
63d374c54045
child 2550
f77b3ec064b0
     1.1 --- a/src/share/vm/runtime/globals.hpp	Wed Feb 16 16:25:57 2011 -0800
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Fri Feb 18 18:26:17 2011 -0500
     1.3 @@ -3692,7 +3692,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,    4*M,                                \
     1.8 +  product(uintx, SharedMiscDataSize,    NOT_LP64(4*M) LP64_ONLY(5*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