On Tue, 21 Mar 2023 16:11:50 GMT, Quan Anh Mai <qa...@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