RFR: 8304450: [vectorapi] Refactor VectorShuffle implementation [v2]
Paul Sandoz
psandoz at openjdk.org
Tue Mar 21 16:17:07 UTC 2023
On Tue, 21 Mar 2023 16:11:50 GMT, Quan Anh Mai <qamai at openjdk.org> wrote:
> I have moved most of the methods to `AbstractVector` and `AbstractShuffle`, I have to resort to raw types, though, since there seems to be no way to do the same with wild cards, and the generics mechanism is not powerful enough for things like `Vector<E.integral>`. The remaining failure seems to be related to [JDK-8304676](https://bugs.openjdk.org/projects/JDK/issues/JDK-8304676), so I think this patch is ready for review now.
The Java changes look good to me. I need to have another look, but will not be able to do so until next week.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13093#issuecomment-1478148846
More information about the core-libs-dev
mailing list