On Wed, 15 Apr 2026 13:03:59 GMT, Julian Waters <[email protected]> wrote:
> I don't think we should just switch off RTTI for everything in the JDK like > that. I don't know if anything actually uses RTTI, but I am aware that things > which are not immediately obvious do rely on RTTI, but more importantly > losing the ability to use language features that depend on it in areas > outside the JVM would be very surprising to people, especially without > anything saying why RTTI is not enabled for the entire JDK. It was just an idea, nothing for this PR anyway. Most JDK native libs are only good old C. I did not see any RTTI usage in the C++ JDK native libs. ------------- PR Comment: https://git.openjdk.org/jdk/pull/30701#issuecomment-4252913092
