[jdk21u-dev] RFR: 8309894: compiler/vectorapi/VectorLogicalOpIdentityTest.java fails on SVE system with UseSVE=0
Goetz Lindenmaier
goetz at openjdk.org
Wed Aug 21 08:05:03 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.
Hi,
I had a look at approving this. I don't understand why you omit the Copyright change to the 4th file.
-------------
PR Comment: https://git.openjdk.org/jdk21u-dev/pull/922#issuecomment-2301407033
More information about the jdk-updates-dev
mailing list