IE, for
StrictMath.sin(2.2)
the return value in the JVMTI MethodExit event is wrong.
For java code such as:
double jj() {
return 2.2;
}
the correct return value appears in the MethodExit event.
###@###.### 2004-12-04 02:30:28 GMT
StrictMath.sin(2.2)
the return value in the JVMTI MethodExit event is wrong.
For java code such as:
double jj() {
return 2.2;
}
the correct return value appears in the MethodExit event.
###@###.### 2004-12-04 02:30:28 GMT