RFR: 8318585: Rename CodeCache::UnloadingScope to UnlinkingScope

Ivan Walulya iwalulya at openjdk.org
Fri Oct 20 11:09:27 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

Marked as reviewed by iwalulya (Reviewer).

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

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


More information about the hotspot-gc-dev mailing list