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

Remaining division by 0 in sharedRuntimeTrans.cpp

XMLWordPrintable

    • aarch64
    • os_x

      With ubsan enabled binaries we see the following on macOS aarch64 :
      java/lang/Math/PowTests.java jtreg test

      /priv/jenkins/client-home/workspace/openjdk-jdk-weekly-macos_aarch64-opt/jdk/src/hotspot/share/runtime/sharedRuntimeTrans.cpp:503:26: runtime error: division by zero
          #0 0x10a1ccfa0 in SharedRuntime::dpow(double, double) sharedRuntimeTrans.cpp:667
          #1 0x11b8f409c (<unknown module>)
          #2 0x11468a020 (<unknown module>)

      The same issue is also observed when running on AIX with ubsan - enabled binaries.

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

              Created:
              Updated: