RFR: 8363816: Refactor array name creation [v3]
Aleksey Shipilev
shade at openjdk.org
Wed Jul 23 13:54:57 UTC 2025
On Wed, 23 Jul 2025 11:41:13 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.
>
> Coleen Phillimore has updated the pull request incrementally with three additional commits since the last revision:
>
> - Update src/hotspot/share/oops/objArrayKlass.cpp
>
> Co-authored-by: David Holmes <62092539+dholmes-ora at users.noreply.github.com>
> - Update src/hotspot/share/oops/objArrayKlass.cpp
>
> Co-authored-by: David Holmes <62092539+dholmes-ora at users.noreply.github.com>
> - Update src/hotspot/share/oops/objArrayKlass.cpp
>
> Co-authored-by: David Holmes <62092539+dholmes-ora at users.noreply.github.com>
Something weird is going on with GHA tests, but I believe those are environmental. This is good to go in.
Speaking of GHA, if you update your https://github.com/coleenp/jdk (it is currently 4400+ commits behind), you'll get some of the nice caching stuff that would likely help these intermittent troubles: https://mail.openjdk.org/pipermail/jdk-dev/2025-July/010211.html
-------------
Marked as reviewed by shade (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/26430#pullrequestreview-3047563061
PR Comment: https://git.openjdk.org/jdk/pull/26430#issuecomment-3108717692
More information about the hotspot-dev
mailing list