JDK-8048075 : Adding JFR events to track G1 Remembered set size
Type:Enhancement
Component:hotspot
Sub-Component:gc
Affected Version:9
Priority:P4
Status:Open
Resolution:Unresolved
Submitted:2014-06-25
Updated:2021-05-27
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 help analyze the trade offs in the G1 remembered sets, it would be beneficial to log the size of the different kind of data structures used in OtherRegionsTable.
Comments
Adding first draft for this enhancement. It was observed that reordering the declarations of the added methods in heapRegionRemSet.hpp has a rather significant performance impact when the added JFR event is turned off.