6867645: java -Xshare:dump failed - read only space too small
Reviewed-by: iveresov, tonyp, ysr
--- a/hotspot/src/share/vm/runtime/globals.hpp Tue Aug 11 23:24:41 2009 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp Wed Aug 12 14:27:54 2009 -0700
@@ -3287,7 +3287,7 @@
product(uintx, SharedReadWriteSize, 12*M, \
"Size of read-write space in permanent generation (in bytes)") \
\
- product(uintx, SharedReadOnlySize, 8*M, \
+ product(uintx, SharedReadOnlySize, 10*M, \
"Size of read-only space in permanent generation (in bytes)") \
\
product(uintx, SharedMiscDataSize, 4*M, \