On Thu, 30 Apr 2026 07:53:24 GMT, ExE Boss <[email protected]> wrote: >> src/java.base/share/classes/jdk/internal/event/JFRTracing.java line 50: >> >>> 48: enable(Class.forName("sun.nio.ch.SocketChannelImpl")); >>> 49: enable(Class.forName("sun.nio.ch.SocketInputStream")); >>> 50: enable(Class.forName("sun.nio.ch.SocketOutputStream")); >> >> I assume this is because these classes aren't accessible from >> jdk.internal.event. > > Yeah, they’re currently package‑private to `sun.nio.ch`.
Yes that is why ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30948#discussion_r3171592293
