JDK-8043573 : G1NewSizePercent is too coarse on very large heaps
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 8u20,9
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2014-05-20
  • Updated: 2019-02-11
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Duplicate :  
Relates :  
Description
G1NewSizePercent is used to specify the minimum young gen size as percentage of the total heap. It is a percentage, i.e valid values range from 0 to 100.

For large heaps (>100G) this can be too coarse: even specifying one percent may specify a minimum young gen size that makes it very hard to reach small pause time goals, particularly for mixed collections.

Try to come up with some way to lift this restriction.
Comments
As an alternative one can use G1NewSize/G1MaxNewSize together.
25-01-2017