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

IEEEremainder problems are causing test failures after JDK-8302801

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P2 P2
    • None
    • 21
    • core-libs
    • generic
    • generic

      The following test failed in the JDK21 CI:

      java/text/Format/MessageFormat/MessageFormatsByArgumentIndex.java

      Here's a snippet from the log file:

      ----------System.err:(14/865)----------
      java.lang.UnsatisfiedLinkError: 'double java.lang.StrictMath.IEEEremainder(double, double)'
      at java.base/java.lang.StrictMath.IEEEremainder(Native Method)
      at java.base/java.lang.Math.IEEEremainder(Math.java:472)
      at java.base/java.text.ChoiceFormat.toPattern(ChoiceFormat.java:275)
      at java.base/java.text.MessageFormat.toPattern(MessageFormat.java:569)
      at MessageFormatsByArgumentIndex.main(MessageFormatsByArgumentIndex.java:59)
      at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
      at java.base/java.lang.reflect.Method.invoke(Method.java:578)
      at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:312)
      at java.base/java.lang.Thread.run(Thread.java:1623)

      JavaTest Message: Test threw exception: java.lang.UnsatisfiedLinkError
      JavaTest Message: shutting down test

      result: Failed. Execution failed: `main' threw exception: java.lang.UnsatisfiedLinkError: 'double java.lang.StrictMath.IEEEremainder(double, double)'

            darcy Joe Darcy
            dcubed Daniel Daugherty
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: