RFR: JDK-8306077: Replace NEW_ARENA_ARRAY with NEW_RESOURCE_ARRAY when applicable in opto
Johan Sjölen
jsjolen at openjdk.org
Mon Apr 17 09:34:16 UTC 2023
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.
-------------
Commit messages:
- Style
- Replace NEW_ARENA_ARRAY with NEW_RESOURCE_ARRAY when applicable
Changes: https://git.openjdk.org/jdk/pull/13490/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13490&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8306077
Stats: 11 lines in 1 file changed: 0 ins; 2 del; 9 mod
Patch: https://git.openjdk.org/jdk/pull/13490.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/13490/head:pull/13490
PR: https://git.openjdk.org/jdk/pull/13490
More information about the hotspot-compiler-dev
mailing list