changeset 906:10d8c0d0d60e

6867645: java -Xshare:dump failed - read only space too small Reviewed-by: iveresov, tonyp, ysr
author jcoomes
date Wed, 12 Aug 2009 14:27:54 -0700
parents b32a809aab08
children 16314a31b961 308762b2bf14
files src/share/vm/runtime/globals.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Tue Aug 11 23:24:41 2009 -0700
+++ b/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,                                \