On Thu, 17 Jul 2025 18:04:31 GMT, Raffaello Giulietti <rgiulie...@openjdk.org> wrote:
> The arrays at L.2257-2262 could be declared `static` and `@Stable` as well, > and moved outside the method. Right; those were the ones I was referring to when I wrote "Some small refactorings could be used to make a few non-static arrays static." :-) I wanted to just start with the static final arrays, but I could pull those out too in this PR. ------------- PR Comment: https://git.openjdk.org/jdk/pull/26341#issuecomment-3085477901