[jdk18] Integrated: 8278796: Incorrect behavior of FloatVector.withLane on X86

Jatin Bhateja jbhateja at openjdk.java.net
Fri Dec 17 03:10:28 UTC 2021


On Wed, 15 Dec 2021 10:11:20 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:

> - Incorrect operand is being passed to insertps instruction which causes incorrectness issues in FloatVector.withLane operation.
>  - Existing JTREG test cases have been modified appropriately with a non-zero insertion index.
> 
> Kindly review and share your comments.
> Best Regards,
> Jatin

This pull request has now been integrated.

Changeset: 8494fec6
Author:    Jatin Bhateja <jbhateja at openjdk.org>
URL:       https://git.openjdk.java.net/jdk18/commit/8494fec665bfa51d1702827bd0aa4f4547e67729
Stats:     283 lines in 34 files changed: 94 ins; 0 del; 189 mod

8278796: Incorrect behavior of FloatVector.withLane on X86

Reviewed-by: sviswanathan, kvn

-------------

PR: https://git.openjdk.java.net/jdk18/pull/28


More information about the hotspot-compiler-dev mailing list