Floating point computations should produce consistent results regardless of whether the Java code gets interpreted or is compiled by any JIT-compiler.
In addition, JDK9 introduced new floating point multiply-accumulate intrinsics which are currently missing on PPC64.
In addition, JDK9 introduced new floating point multiply-accumulate intrinsics which are currently missing on PPC64.