JDK-8130459 : Add additional validation after heap creation
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-07-05
  • Updated: 2015-09-10
  • Resolved: 2015-07-28
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.
JDK 9
9 b77Fixed
Related Reports
Blocks :  
Relates :  
Relates :  
Description
There are some flags that can be checked after creating the heap.
For example, PLAB related flags should have between PLAB::min_size() and PLAB::max_size().
And these functions can be measured after creating the heap especially for G1.
Comments
8078904 will be fixed by implementing the PLAB checks as you mention here.
08-07-2015