RFR: 8297020: Rename GrowableArray::on_stack

Stefan Karlsson stefank at openjdk.org
Wed Nov 16 09:19:01 UTC 2022


On Tue, 15 Nov 2022 11:09:56 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:

> GrowableArray::on_stack is confusing. It returns true if the backing elements are allocated in the stack's resource area. We typically call this resource allocations, not stack allocations. I propose that we rename it.

Thanks for the reviews!

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

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


More information about the hotspot-dev mailing list