RFR: JDK-8321017: Record in JFR that IEEE rounding mode was corrupted by loading a library [v2]

David Holmes dholmes at openjdk.org
Wed Dec 6 05:04:33 UTC 2023


On Mon, 4 Dec 2023 11:37:25 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> The cases where we directly dlopen/dlsym/fcn-call in the JDK codebase are probably not covered by the JNI checker, right ?

Right. JNI checking is for checking actual JNI API functions, so I don't see where this would go. A call from Java code into a native method (from which native code could trigger the problem) is not a JNI call.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/16903#issuecomment-1842089745


More information about the hotspot-dev mailing list