On Thu, 5 Mar 2026 14:07:48 GMT, Stefan Karlsson <[email protected]> wrote:
>> src/hotspot/share/oops/arrayKlass.hpp line 69: >> >>> 67: // The constructor with the Symbol argument does the real array >>> 68: // initialization, the other is a dummy >>> 69: ArrayKlass(int n, Symbol* name, KlassKind kind, ArrayProperties >>> props); >> >> I see why you did this now. The field dimension is in ArrayKlass not >> ObjArrayKlass. You should make this minor change in mainline, then have it >> merged in here. > > OK. Let me work on that in upstream. I've opened a PR for this: https://github.com/openjdk/jdk/pull/30109 ------------- PR Review Comment: https://git.openjdk.org/valhalla/pull/2117#discussion_r2894212428
