RFR: 8256585: Remove in-place conversion vector operators from Vector API

Paul Sandoz psandoz at openjdk.java.net
Thu Nov 19 17:21:05 UTC 2020


On Thu, 19 Nov 2020 03:26:20 GMT, Sandhya Viswanathan <sviswanathan at openjdk.org> wrote:

> Remove partially implemented in-place conversion vector operators from Vector API:
>    ofNarrowing, ofWidening, INPLACE_XXX

The documentation `Vector.convert` and `Vector.convertShape` needs to be updated to remove specification of in-place conversions, as does the class documentation on `Vector`. A search for the term `in-place` should find the relevant locations.

-------------

Changes requested by psandoz (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/1305


More information about the core-libs-dev mailing list