[jdk21u-dev] RFR: 8309894: compiler/vectorapi/VectorLogicalOpIdentityTest.java fails on SVE system with UseSVE=0
Paul Hohensee
phh at openjdk.org
Thu Aug 15 23:33:55 UTC 2024
On Wed, 14 Aug 2024 22:31:44 GMT, Daniel Hu <duke at openjdk.org> wrote:
> Backport that aligns the IR testing framework preconditions rule with JDK22. This mainly aims to make future backports involving the IR testing framework more convenient; more specifically to my use-case, I'd like to backport [JDK-8280120](https://bugs.openjdk.org/browse/JDK-8280120) afterwards, and this change precedes that for IREncodingPrinter.java. Not clean because [JDK-8310308](https://github.com/openjdk/jdk21u-dev/pull/29) has already backported a later fix to VectorLogicalOpIdentityTest.java; as all logic changes from this backport to the test are overwritten and the only other line change to the file represents an update to the copyright year, this test has been removed from this backport.
>
> Passes tier1 tests on Linux x86 and the test TestPreconditions.java for the framework rule change.
Marked as reviewed by phh (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk21u-dev/pull/922#pullrequestreview-2241507768
More information about the jdk-updates-dev
mailing list