Tuesday, May 13, 2025

Re: IEEE 754 mode for Java

The head scratching continues ...
 
As a last resort: Add -XX:+PrintFlagsFinal to your JVM parameters in IntelliJ and in Maven. It shows every flag the JVM has and its final value used by the JVM. Save both outputs to a file and make a diff to see any differences. Maybe some flags with regard to optimization are different and may affect double calculations.

-- J.

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/google-web-toolkit/056b039b-8b58-4616-b662-5c1765594af6n%40googlegroups.com.

No comments:

Post a Comment