RFR: 8318585: Rename CodeCache::UnloadingScope to UnlinkingScope
Thomas Schatzl
tschatzl at openjdk.org
Mon Oct 23 07:38:42 UTC 2023
On Fri, 20 Oct 2023 10:16:32 GMT, Albert Mingkun Yang <ayang 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 ayang (Reviewer).
Thanks @albertnetymk @walulyai @Hamlin-Li for you reviews.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16283#issuecomment-1774592962
More information about the hotspot-gc-dev
mailing list