Commit Graph

1 Commits

Author SHA1 Message Date
Cheleswer Sahu e43abe4fd2 8063086: Math.pow yields different results upon repeated calls
C2 treats x^2 as a special case and computes x * x while the interpreter and c1 don't have special case code for X^2.

Reviewed-by: kvn
2016-05-24 17:49:06 +05:30