6867645: java -Xshare:dump failed - read only space too small
authorjcoomes
Wed, 12 Aug 2009 14:27:54 -0700
changeset 3610 06ee2f982ea6
parent 3609 5f16c48e608a
child 3611 ce56850634c5
child 3612 4a1819d01f58
child 3676 3bac3e882cd3
6867645: java -Xshare:dump failed - read only space too small Reviewed-by: iveresov, tonyp, ysr
hotspot/src/share/vm/runtime/globals.hpp
--- 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,                                \