hotspot/src/share/vm/runtime/globals.hpp
changeset 12263 d20640f4f8fe
parent 12157 439a7166bf0f
child 12630 ddf6ee008138
--- a/hotspot/src/share/vm/runtime/globals.hpp	Thu Mar 15 13:37:13 2012 +0100
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Fri Mar 23 11:16:05 2012 -0400
@@ -3807,7 +3807,7 @@
   product(uintx, SharedReadOnlySize,   10*M,                                \
           "Size of read-only space in permanent generation (in bytes)")     \
                                                                             \
-  product(uintx, SharedMiscDataSize,    NOT_LP64(4*M) LP64_ONLY(5*M),       \
+  product(uintx, SharedMiscDataSize, NOT_LP64(4*M) LP64_ONLY(5*M) NOT_PRODUCT(+1*M),       \
           "Size of the shared data area adjacent to the heap (in bytes)")   \
                                                                             \
   product(uintx, SharedMiscCodeSize,    4*M,                                \