Integrated: JDK-8321017: Record in JFR that IEEE rounding mode was corrupted by loading a library
Matthias Baesken
mbaesken at openjdk.org
Wed Dec 20 17:35:57 UTC 2023
On Thu, 30 Nov 2023 14:44:03 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> [JDK-8295159](https://bugs.openjdk.org/browse/JDK-8295159) added some IEEE conformance checks and corrections of the floating point environment on Linux and macOS/BSD, and later some UL logging was added too.
> However the information is not added to the JFR events, and this should be enhanced.
> The already existing NativeLibraryLoad event can be used for storing the additional information, because the IEEE conformance check and fenv get/set is placed in the HS dlopen_helper , where already the NativeLibraryLoad event objects are created/commited .
This pull request has now been integrated.
Changeset: e2042421
Author: Matthias Baesken <mbaesken at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/e2042421187dafc1aea75ffe15caf8beb824205b
Stats: 109 lines in 6 files changed: 42 ins; 45 del; 22 mod
8321017: Record in JFR that IEEE rounding mode was corrupted by loading a library
Reviewed-by: stuefe, jbechberger
-------------
PR: https://git.openjdk.org/jdk/pull/16903
More information about the hotspot-dev
mailing list