git: openjdk/mobile: 2 new changesets
duke
duke at openjdk.java.net
Mon Dec 13 16:36:03 UTC 2021
Changeset: ca8c58c7
Author: merykitty <anhmdq99 at gmail.com>
Committer: Paul Sandoz <psandoz at openjdk.org>
Date: 2021-12-13 16:34:37 +0000
URL: https://git.openjdk.java.net/mobile/commit/ca8c58c731959e3a1b8fe02255ed44fc1d14d565
8259610: VectorReshapeTests are not effective due to failing to intrinsify "VectorSupport.convert"
Reviewed-by: psandoz, chagedorn
! test/hotspot/jtreg/compiler/lib/ir_framework/IRNode.java
+ test/hotspot/jtreg/compiler/vectorapi/reshape/TestVectorCastAVX1.java
+ test/hotspot/jtreg/compiler/vectorapi/reshape/TestVectorCastAVX2.java
+ test/hotspot/jtreg/compiler/vectorapi/reshape/TestVectorCastAVX512.java
+ test/hotspot/jtreg/compiler/vectorapi/reshape/TestVectorCastAVX512DQ.java
+ test/hotspot/jtreg/compiler/vectorapi/reshape/TestVectorCastNeon.java
+ test/hotspot/jtreg/compiler/vectorapi/reshape/TestVectorCastSVE.java
+ test/hotspot/jtreg/compiler/vectorapi/reshape/TestVectorReinterpret.java
+ test/hotspot/jtreg/compiler/vectorapi/reshape/tests/TestVectorCast.java
+ test/hotspot/jtreg/compiler/vectorapi/reshape/tests/TestVectorDoubleExpandShrink.java
+ test/hotspot/jtreg/compiler/vectorapi/reshape/tests/TestVectorExpandShrink.java
+ test/hotspot/jtreg/compiler/vectorapi/reshape/tests/TestVectorRebracket.java
+ test/hotspot/jtreg/compiler/vectorapi/reshape/utils/TestCastMethods.java
+ test/hotspot/jtreg/compiler/vectorapi/reshape/utils/UnsafeUtils.java
+ test/hotspot/jtreg/compiler/vectorapi/reshape/utils/VectorReshapeHelper.java
+ test/hotspot/jtreg/compiler/vectorapi/reshape/utils/VectorSpeciesPair.java
Changeset: 90ac4c2c
Author: duke <duke at openjdk.org>
Date: 2021-12-13 16:35:28 +0000
URL: https://git.openjdk.java.net/mobile/commit/90ac4c2c0e11682ddcd2454928c866fde6445841
Automatic merge of jdk:master into master
More information about the mobile-changes
mailing list