Re: Question about Java Language Support for strictfp keyword usage.

2018-03-11 Thread Romain Manni-Bucau
Hi Strictfp is part of java since years but unrelated to javaee. It doesnt prevent underflow/overflow IIRC but guarantees arithmetic portability. Le 12 mars 2018 05:24, "A Z" a écrit : -Do openEJB or TomEE have implementation for the strictfp keyword for floats and doubles to prevent underflow

Question about Java Language Support for strictfp keyword usage.

2018-03-11 Thread A Z
-Do openEJB or TomEE have implementation for the strictfp keyword for floats and doubles to prevent underflow and overflow, and enforce arithmetic accuracy upon operator manipulations of those types? Certainly in 64 bit as well as 32 bit JVMs? -Can someone tell me of a Java Virtual Machine tha