Examples These operations show different results corresponding to the context. SPARC always shows the `strictfp' result even in the default context. % java StrictfpTest shuJIT for Sun JVM/IA-32 1.112808544714844E-308 (0x0008008000000000) * 1.0000000000000002 (0x3ff0000000000001) default : 1.112808544714844E-308 (0x8008000000000) strictfp: 1.1128085447148447E-308 (0x8008000000001) 2.225073858507201E-308 (0x000fffffffffffff) / 0.9999999999999999 (0x3fefffffffffffff) default : 2.2250738585072014E-308 (0x10000000000000) strictfp: 2.225073858507201E-308 (0xfffffffffffff)