Integrated: 8318585: Rename CodeCache::UnloadingScope to UnlinkingScope

Thomas Schatzl tschatzl at openjdk.org
Mon Oct 23 07:38:44 UTC 2023


On Fri, 20 Oct 2023 07:53:04 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
>   please review this renaming of `CodeCache::UnloadingScope` to `UnlinkingScope`.
> 
> The idea is that this scope object does not cover whole the whole unloading process, but only the unlinking part. (Where Unloading = Unlinking + Purging. Note that the current class/code unloading code isn't very consistent about naming but cleanup has to start somewhere).
> 
> There is more discussion in https://github.com/openjdk/jdk/pull/16011.
> 
> Testing: GHA
> 
> Thanks,
>   Thomas

This pull request has now been integrated.

Changeset: 4eab39d9
Author:    Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/4eab39d9415b2ec5c2984d0d3c110e9364090835
Stats:     14 lines in 7 files changed: 3 ins; 0 del; 11 mod

8318585: Rename CodeCache::UnloadingScope to UnlinkingScope

Reviewed-by: ayang, iwalulya, mli

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

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


More information about the hotspot-gc-dev mailing list