JDK-8152135 : Allow 1 word padding for SurvivorAlignmentInBytes to skip alignment
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 9
  • Priority: P4
  • Status: Closed
  • Resolution: Won't Fix
  • Submitted: 2016-03-17
  • Updated: 2020-10-23
  • Resolved: 2020-10-23
Related Reports
Relates :  
Description
For the SurvivorAlignmentInBytes option if 1 word of padding is needed to achieve the alignment, the padding increased by SurvivorAlignmentInBytes.  Can this case where 1 word of padding is needed skip the alignment to SurvivorAlignmentInBytes to save the extra memory used for the padding?
Comments
We are removing this functionality with JDK-8255298, so this change is obsolete.
23-10-2020