RFR: 8356756: Cleanup: Make ClassLoaderData::_deallocate_list an object
Coleen Phillimore
coleenp at openjdk.org
Mon May 12 12:03:50 UTC 2025
On Thu, 8 May 2025 12:08:31 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:
> A small cleanup in order to get rid of some branches checking for null.
>
> Testing: GHA
Most CLD won't have a deallocate list, so why do this? It wastes another word per entry.
-------------
PR Review: https://git.openjdk.org/jdk/pull/25117#pullrequestreview-2832964909
More information about the hotspot-runtime-dev
mailing list