RFR: 8357944: Remove unused CollectedHeap::is_maximal_no_gc
Albert Mingkun Yang
ayang at openjdk.org
Fri May 30 11:56:51 UTC 2025
On Fri, 30 May 2025 11:45:56 GMT, Joel Sikström <jsikstro at openjdk.org> wrote:
> I wonder if it's also appropriate to rename is_maximal_no_gc() to something more descriptive ...
I agree the current name is not very nice. I am leaned towards changing its return-type also: `uint num_inactive_regions() const { return _hrm.num_inactive_regions(); }`. However, I feel that discussion can get its own ticket.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25482#issuecomment-2922188313
More information about the hotspot-gc-dev
mailing list