Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8319927

Log that IEEE rounding mode was corrupted by loading a library

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 22
    • 22
    • hotspot
    • b25
    • generic
    • generic

      JDK-8295159 added some IEEE conformance checks and corrections of the floating point environment on Linux and macOS/BSD , however in case of issues no logging is done .

      Loading shared libraries can corrupt IEEE rounding mode settings, see JDK-8295159.
      This logs
      • whether we had to do the correction
      • whether the correction was successful or not

      An event log dll message entry is generated and the log is printed with -Xlog:os.

      The text logged is
      IEEE subnormal handling had to be corrected after loading <filename>
      IEEE subnormal handling could not be corrected after loading <filename>

            mbaesken Matthias Baesken
            mbaesken Matthias Baesken
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: