Is there a way to tell the Java VM to enforce the strictfp
behavior across all float point operations regardless of whether the code used the strictfp
modifier or not?
I have looked for -X option that would do the trick in Oracle’s SE Jdk (I restricted to only use 1.8) but there is such an option.
Is there perhaps a VM for MacOS that in compliant with 1.8 and that only implements strictfp behavior regardless of hardware present?