On Thu, 13 Nov 2025 17:01:45 GMT, Ioi Lam <[email protected]> wrote: > > The filler-klass is not initialized when `preload_classes` is invoked, but > > `preload_classes` use heap-allocation, which may require filler-obj. > > @iklam What do you think? > > I am working on a fix now.
The fix is quite simple. See https://github.com/openjdk/jdk/pull/28315 ------------- PR Comment: https://git.openjdk.org/jdk/pull/28240#issuecomment-3530816677
