This is a follow up to 6736341. There seems to be some inconsistency when taking into account _shared_space_size in the calculations in CompactingPermGenGen. The virtual space for the perm gen does not actually include the shared space. However, the calculations in max_capacity() and contiguous_available() do use _shared_space_size in the calculation. We need to clarify whether this is correct.
- relates to
-
JDK-6736341 PermGen size is insufficient for jconsole
- Closed
-
JDK-6964458 Reimplement class meta-data storage to use native memory
- Resolved