RFR: 8366865: Allocation GC Pauses Triggered after JVM has started shutdown [v6]
David Holmes
dholmes at openjdk.org
Fri Sep 19 05:02:18 UTC 2025
On Thu, 18 Sep 2025 09:04:53 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
> > Though I still wonder if this aspect of shutdown should be part of "Heap" (or Universe) rather than G1 specific.
>
> Why is it G1 specific? The new `bool _is_shutting_down` lives inside `CollectedHeap` -- Serial/Parallel/G1 are all updated to use it.
My mistake, I didn't track the changes enough and was just looking at all the G1 files involved.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27190#issuecomment-3310561420
More information about the hotspot-dev
mailing list