RFR: 8318585: Rename CodeCache::UnloadingScope to UnlinkingScope

Hamlin Li mli at openjdk.org
Sat Oct 21 10:45:33 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

LGTM.

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

Marked as reviewed by mli (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/16283#pullrequestreview-1691233443


More information about the hotspot-gc-dev mailing list