Integrated: JDK-8306077: Replace NEW_ARENA_ARRAY with NEW_RESOURCE_ARRAY when applicable in opto

Johan Sjölen jsjolen at openjdk.org
Tue Apr 18 09:03:53 UTC 2023


On Mon, 17 Apr 2023 09:27:51 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:

> Hi, this is a small cleanup that switches out NEW_ARENA_ARRAY with NEW_RESOURCE_ARRAY when the allocation is done on a ResourceArea.
> 
> Please consider, thank you.

This pull request has now been integrated.

Changeset: 896207de
Author:    Johan Sjölen <jsjolen at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/896207de144380e58584838382e0ec32fb0f9d02
Stats:     11 lines in 1 file changed: 0 ins; 2 del; 9 mod

8306077: Replace NEW_ARENA_ARRAY with NEW_RESOURCE_ARRAY when applicable in opto

Reviewed-by: thartmann

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

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


More information about the hotspot-compiler-dev mailing list