First of all I have to say that this might not be a Defect Report at all.
However it felt to me that this is the most appropriate forum to post my question.
When running an application on the Sun JVM performing multiple trigonometric calculations the results differ when running the same code compiled to an executable using JET.
I wonder if this is the result from different JVM's.
Maybe this is the result of optimizing the cos / sin methods of the Math lib?
If so, can we switch this off?
I do not claim one JVM is better then the other, I just would like to have the same results for both JVM's.
I attached a Java class that I used to detect the differences, I ran the code once in Eclipse and then again using the compiled exectable. I performed both the runs on the same machine to be sure it is not a machine precision difference.
Thank in advance!
Greetings, Seb
ExeVsJarValidation.java