RFR: 8366865: Allocation GC Pauses Triggered after JVM has started shutdown [v6]
Albert Mingkun Yang
ayang at openjdk.org
Thu Sep 18 09:07:23 UTC 2025
On Thu, 18 Sep 2025 05:19:25 GMT, David Holmes <dholmes 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.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27190#issuecomment-3306378857
More information about the hotspot-dev
mailing list