hotspot/src/share/vm/memory/metaspaceShared.hpp
changeset 28018 abc067cd68fd
parent 27404 33c0f343cd5c
child 28023 a4075664328d
--- a/hotspot/src/share/vm/memory/metaspaceShared.hpp	Thu Dec 04 15:20:09 2014 -0800
+++ b/hotspot/src/share/vm/memory/metaspaceShared.hpp	Fri Dec 05 12:24:10 2014 -0800
@@ -70,6 +70,11 @@
   };
 
   enum {
+    min_ro_size = NOT_LP64(8*M) LP64_ONLY(9*M), // minimum ro and rw regions sizes based on dumping
+    min_rw_size = NOT_LP64(7*M) LP64_ONLY(12*M) // of a shared archive using the default classlist
+  };
+
+  enum {
     ro = 0,  // read-only shared space in the heap
     rw = 1,  // read-write shared space in the heap
     md = 2,  // miscellaneous data for initializing tables, etc.