JDK-6739214 : Tidy up CompactingPermGenGen
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: hs14
  • Priority: P4
  • Status: Closed
  • Resolution: Won't Fix
  • OS: generic
  • CPU: generic
  • Submitted: 2008-08-20
  • Updated: 2010-12-07
  • Resolved: 2010-12-07
Related Reports
Relates :  
Relates :  
Description
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.

Comments
EVALUATION Implementation of 6964458 will obviate the need to fix this code.
07-12-2010