# HG changeset patch # User jcoomes # Date 1250112474 25200 # Node ID 10d8c0d0d60e5e3f2deed0f2dea33b5bab8e98f9 # Parent b32a809aab084f89194e7e98c96f9e9de553c9fc 6867645: java -Xshare:dump failed - read only space too small Reviewed-by: iveresov, tonyp, ysr diff -r b32a809aab08 -r 10d8c0d0d60e src/share/vm/runtime/globals.hpp --- 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, \