JDK-7169056 : Add gigabyte unit to proper_unit_for_byte_size() and byte_size_in_proper_unit()
Type:Bug
Component:hotspot
Sub-Component:gc
Affected Version:hs24
Priority:P4
Status:Resolved
Resolution:Fixed
OS:generic
CPU:generic
Submitted:2012-05-15
Updated:2013-06-26
Resolved:2012-05-23
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.
Currently proper_unit_for_byte_size() and byte_size_in_proper_unit() only convert values up to megabytes. With larger heap sizes it would be good if they could convert gigabytes as well.