JDK 26 |
---|
26 b10Fixed |
Causes :
|
The test searches for RoundF and RoundD on all platforms, including those that do not implement RoundF/RoundD causing the IR check to fail. The IR check should be modified to only run on x86, aarch64, and riscv.
|