jdk-24/hotspot/test/compiler/floatingpoint
Roland Westrelin 3b3dd985de 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
2015-01-07 16:40:02 +01:00
..
ModNaN.java 8039407: Regression test needed for JDK-8015396 2014-04-28 15:09:39 -04:00
TestPow2.java 8063086: Math.pow yields different results upon repeated calls 2015-01-07 16:40:02 +01:00