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.
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.
- relates to
-
JDK-8152907 Update for x86 tan and log10 in the math lib
-
- Resolved
-