On Fri, 4 Sep 2026 16:00:32 GMT, Alan Bateman <[email protected]> wrote:
>> Can you find me an application for me that knows exactly how this is >> represented? > >> Can you find me an application for me that knows exactly how this is >> represented? > > I would be a surprise if there are agents that depend the exact > representation. Instead it's just about figuring out how to model a chain of > refs from a class loader to its classes under the constraints of the current > specification. @AlanBateman I don't think we should inject a dummy field in ClassLoader. It won't make any sense in the source code. Logically these are like an array of java.lang.Class. Should I dummy up an array Object[] that refers to them? ------------- PR Comment: https://git.openjdk.org/jdk/pull/32519#issuecomment-5545131060
