On Tue, 9 Jun 2026 20:37:34 GMT, ExE Boss <[email protected]> wrote: > Making it package private to `java.security` would avoid IDEs suggesting to > add `InternalBinaryEncodable` to `switch` statements in `java.base` (outside > of `java.security`).
That sounds like an IDE issue in that IDEs shouldn't be suggesting to add references to non-accessible classes. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31391#discussion_r3385864856
