Relates :
|
Currently, -XX:DisableIntrinsic does not disable intrinsic in Interpreter which leads to result inconsistencies since different code is used in interpreter and compiled code. This bug fix uses compiler directives such as -XX:DisableIntrinsic=_dexp to control generation of stub. Eventually helping control the intrinsic in interpreter, c1 and c2.
|