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

Matthias Baesken mbaesken at openjdk.org
Fri Dec 1 14:20:07 UTC 2023


On Fri, 1 Dec 2023 10:35:23 GMT, Andrew Haley <aph at openjdk.org> wrote:

> If we fail to fix the FP environment, the most likely reason is that it was broken before the shared library was loaded.

Yes, but in those cases the user should be informed .  The user can then look at the libs on the runtime system and see if there are any candidates causing the issue (like in our RHEL aarch64 example).
There is already the option to trigger an assert  (but few users will run (fast)debug binaries)  and the option to get information from UL (but who will have UL  enabled - for sure not all users).  But quite a few people use JFR so it is a nice way to get the info 'recorded' .

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

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


More information about the hotspot-dev mailing list