hg: jdk-updates/jdk11u-dev: 3 new changesets
paul.hohensee at gmail.com
paul.hohensee at gmail.com
Fri Mar 19 15:21:42 UTC 2021
Changeset: 284de0638b27
Author: bsrbnd
Date: 2019-03-07 15:27 +0100
URL: https://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/284de0638b27
8217561: X86: Add floating-point Math.min/max intrinsics
Summary: Implementation taking care of +/-0.0 and NaN which uses a specific pattern for reductions
Reviewed-by: aph, kvn, neliasso, sviswanathan, adinn
Contributed-by: Jatin Bhateja <jatin.bhateja at intel.com>
! src/hotspot/cpu/x86/assembler_x86.cpp
! src/hotspot/cpu/x86/assembler_x86.hpp
! src/hotspot/cpu/x86/macroAssembler_x86.hpp
! src/hotspot/cpu/x86/x86.ad
! src/hotspot/cpu/x86/x86_64.ad
! src/hotspot/share/opto/library_call.cpp
! src/hotspot/share/opto/loopTransform.cpp
! test/hotspot/jtreg/compiler/intrinsics/math/TestFpMinMaxIntrinsics.java
+ test/micro/org/openjdk/bench/vm/compiler/FpMinMaxIntrinsics.java
Changeset: 619aee0f5fd9
Author: jbhateja
Date: 2019-07-09 15:42 -0700
URL: https://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/619aee0f5fd9
8227222: vmTestbase/jit/FloatingPoint/gen_math/Loops04/Loops04.java failed XMM register should be 0-15
Reviewed-by: thartmann, vlivanov, ctornqvi, bsrbnd
! src/hotspot/cpu/x86/x86_64.ad
Changeset: 0454e297814d
Author: bsrbnd
Date: 2019-03-12 02:13 +0100
URL: https://hg.openjdk.java.net/jdk-updates/jdk11u-dev/rev/0454e297814d
8220407: compiler/intrinsics/math/TestFpMinMaxIntrinsics.java timedout
Reviewed-by: kvn
! test/hotspot/jtreg/compiler/intrinsics/math/TestFpMinMaxIntrinsics.java
More information about the jdk-updates-changes
mailing list