RFR: 8357445: G1: Time-Based Heap Uncommit During Idle Periods [v2]
Monica Beckwith
mbeckwit at openjdk.org
Wed Jul 16 20:52:25 UTC 2025
On Wed, 16 Jul 2025 18:27:14 GMT, Ivan Walulya <iwalulya at openjdk.org> wrote:
> For existing Heap Resizing tasks, we use the tags `(gc, ergo, heap)`, I would suggest we maintain that.
I'd like to discuss the logging tag choice. While I understand the consistency argument for using (gc,ergo,heap), I believe (gc,sizing) is more appropriate here because:
1. This is a distinct sizing mechanism, not traditional ergonomic heap management
2. Users troubleshooting time-based sizing specifically will benefit from a dedicated tag
3. It aligns with the feature name and purpose
4. It provides better separation of concerns for logging
Would you be open to keeping (gc,sizing) for semantic clarity?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26240#discussion_r2211580151
More information about the hotspot-gc-dev
mailing list