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)'