RFR: 6004: Should add tenuring summary to the GC visualization

Marcus Hirt hirt at openjdk.org
Wed Oct 22 15:16:12 UTC 2025


On Fri, 17 Oct 2025 15:39:33 GMT, Aymane Harmaz <aharmaz at openjdk.org> wrote:

> This change adds a new tab to display the tenuring distribution for GC cycles.
> 
> There are 3 case scenarios:
> - Single GC cycle selected: A histogram chart is shown representing the tenuring distribution (total size across ages) for the selected cycle.
> - No GC cycle selected: An informational message is displayed to prompt the user to select a cycle.
> - Multiple GC cycles selected: An informational message is displayed indicating that only a single cycle can be viewed at a time.
> This enhancement improves visibility into object tenuring during individual GC cycles. 
> 
> <img width="1174" height="599" alt="Screenshot 2025-10-15 at 16 51 19" src="https://github.com/user-attachments/assets/76ce69c2-60eb-48c8-be9f-6387cbfa7c42" />
> 
> <img width="1174" height="599" alt="Screenshot 2025-10-15 at 16 51 34" src="https://github.com/user-attachments/assets/a5fc9bc9-fa72-42c9-aeb2-ecad21e4ac66" />
> 
> <img width="1174" height="599" alt="Screenshot 2025-10-15 at 16 51 57" src="https://github.com/user-attachments/assets/63ffba47-8e08-430a-9a28-11473b59e6dc" />

Looks good Aymane! Do you also handle the case where the event is off, so that there aren't any tenuring distribution events available at all?

-------------

PR Comment: https://git.openjdk.org/jmc/pull/679#issuecomment-3432937675


More information about the jmc-dev mailing list