On Fri, 28 Aug 2026 02:14:34 GMT, David Holmes <[email protected]> wrote:
> I do have to wonder whether any specialized classloader implementations use > reflection to get access to this though. https://github.com/openjdk/jdk/blob/7353d1725b93d6caade70440f177e07178d48906/src/java.base/share/classes/jdk/internal/reflect/Reflection.java#L59 This field is not accessible by regular reflection unless users use unsafe or JNI; I think the risk is low here. ------------- PR Comment: https://git.openjdk.org/jdk/pull/32519#issuecomment-5448337396
