JDK-8055006 : Store original value of Min/MaxHeapFreeRatio
Type:Enhancement
Component:hotspot
Sub-Component:gc
Priority:P3
Status:Resolved
Resolution:Fixed
Submitted:2014-08-13
Updated:2015-06-03
Resolved:2014-08-21
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.
The values of Min/MaxHeapFreeRatio set by the user needs to be stored in order to reset them later in case ergonomics decide to temporarily change these flag values.
Comments
This change is only enabling functionality, not adding any actual use of it. The few lines of code added will be executed during start-up by any test.
20-08-2014
This change will also include makefile changes to support changing the flag values.