From f0c9f327660c41cb3f94ab7dbc52ed89cfee7bd6 Mon Sep 17 00:00:00 2001 From: jcoomes Date: Wed, 12 Aug 2009 14:27:54 -0700 Subject: [PATCH] 6867645: java -Xshare:dump failed - read only space too small Reviewed-by: iveresov, tonyp, ysr --- src/share/vm/runtime/globals.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/share/vm/runtime/globals.hpp b/src/share/vm/runtime/globals.hpp index 487d803bd..da22ad578 100644 --- a/src/share/vm/runtime/globals.hpp +++ b/src/share/vm/runtime/globals.hpp @@ -3287,7 +3287,7 @@ class CommandLineFlags { 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, \ -- GitLab