RFR: 8363816: Refactor array name creation
Aleksey Shipilev
shade at openjdk.org
Tue Jul 22 17:49:54 UTC 2025
On Tue, 22 Jul 2025 17:31:20 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> This is a simple change that refactors the array name creation (using the element class as part of the name), so that it can be called by other classes in valhalla.
> Tested with tier1 sanity.
This looks like a mechanical move with passing `Thread*` where needed. Is it? Looks fine if so.
src/hotspot/share/oops/arrayKlass.cpp line 111:
> 109: }
> 110:
> 111:
Seems irrelevant to this PR.
-------------
Marked as reviewed by shade (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/26430#pullrequestreview-3044170200
PR Review Comment: https://git.openjdk.org/jdk/pull/26430#discussion_r2223359787
More information about the hotspot-dev
mailing list