JDK-7084525 : G1: Generate ergonomic decision log records for young gen sizing and for pause prediction
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: hs22
  • Priority: P4
  • Status: Closed
  • Resolution: Not an Issue
  • OS: generic
  • CPU: generic
  • Submitted: 2011-08-29
  • Updated: 2022-07-01
  • Resolved: 2022-07-01
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.
Other
tbdResolved
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Description
This expands 7050392 with ergonomic decision logging for two additional heuristics:

- Young Gen Sizing : why the young gen has the number of regions it has
- Pause Prediction : detailed information on the operation of the pause prediction mechanism

Comments
This has already been done, i.e. -Xlog:gc+ergo* and variants provide a sufficient level of logging; if there is need for further it is better to improve as needed instead of such a generic request. Closing out for now.
01-07-2022

EVALUATION Given that this is an RFE I'm going to just go ahead and retarget it to hs23.
22-09-2011

EVALUATION The information that needs to be logged is all over the place and it's hard to do the changes without some non-trivial amount of restructuring. We already have the basic ergo decision logging in the codebase (done as part of 7050392). I'd like to get this deferred to hs23 please.
21-09-2011

PUBLIC COMMENTS The implementation of this CR will be made easier after the changes for 7084509 (G1: fix inconsistencies and mistakes in the young list target length calculations) have been pushed as they make the decisions taken with regards to pause prediction much easier to follow.
29-08-2011

EVALUATION See Description / Public Comments.
29-08-2011