RFR: 8357445: G1: Time-Based Heap Uncommit During Idle Periods [v2]

Monica Beckwith mbeckwit at openjdk.org
Wed Jul 16 22:52:49 UTC 2025


On Wed, 16 Jul 2025 18:34:22 GMT, Ivan Walulya <iwalulya at openjdk.org> wrote:

>> Monica Beckwith has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Normalize encoding and line endings for G1 GC time-based tests
>
> src/hotspot/share/runtime/vmOperations.hpp line 308:
> 
>> 306:   bool is_gc_operation() const override { return true; }
>> 307:   void doit() override;
>> 308: };
> 
> Should be moved to `g1VMOperations.hpp`

done.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/26240#discussion_r2211766105


More information about the hotspot-gc-dev mailing list