Integrated: 8364516: Serial: Move class unloading logic inside SerialFullGC::invoke_at_safepoint

Albert Mingkun Yang ayang at openjdk.org
Mon Aug 4 13:03:02 UTC 2025


On Fri, 1 Aug 2025 08:47:57 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:

> Encapsulating classunloading logic inside `invoke_at_safepoint` and adding doc explaining why the classunloading logic can't be placed at the end of marking during full-gc, like other STW collectors.
> 
> Test: tier1-3

This pull request has now been integrated.

Changeset: fc475553
Author:    Albert Mingkun Yang <ayang at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/fc4755535d61c2fd4d9a2c9a673da148f742f035
Stats:     27 lines in 2 files changed: 17 ins; 10 del; 0 mod

8364516: Serial: Move class unloading logic inside SerialFullGC::invoke_at_safepoint

Reviewed-by: tschatzl, sangheki

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

PR: https://git.openjdk.org/jdk/pull/26588


More information about the hotspot-gc-dev mailing list