hg: hsx/hotspot-comp/hotspot: 7169934: pow(x, y) or x64 computes incorrect result when x<0 and y is an odd integer

roland.westrelin at oracle.com roland.westrelin at oracle.com
Mon May 21 04:20:18 PDT 2012


Changeset: e2961d14584b
Author:    roland
Date:      2012-05-21 09:46 +0200
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/e2961d14584b

7169934: pow(x,y) or x64 computes incorrect result when x<0 and y is an odd integer
Summary: bad test for parity of y in pow(x,y) (c1, interpreter)
Reviewed-by: kvn, twisti

! src/cpu/x86/vm/assembler_x86.cpp



More information about the hotspot-compiler-dev mailing list