JDK-8165501 : Serial, Parallel and G1 should track the time since last gc for millis_since_last_gc() with full precision
Type:Enhancement
Component:hotspot
Sub-Component:gc
Affected Version:9
Priority:P4
Status:Closed
Resolution:Duplicate
Submitted:2016-09-06
Updated:2020-07-06
Resolved:2020-07-06
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.
All collectors track the time of the last gc with full precision, i.e. doing the
division by NONSECS_PER_MILLISEC only once before returning the value
from millis_since_last_gc().
Comments
JDK-8248401 changes the whole mechanism to make this change obsolete