On Wed, 17 Nov 2021 19:21:39 GMT, Paul Sandoz <psan...@openjdk.org> wrote:
>>> @mcimadamore Thanks! >>> >>> @PaulSandoz I'll keep this PR open until after the integration is done, and >>> check if or what parts are still needed after that. I don't want to mess up >>> your integration with trivia like this. (Had I realized the bad timing I >>> would have waited before opening this PR) >> >> Thanks, integration should happen to today, then i can help guide you on >> what to update. > >> @PaulSandoz @mcimadamore Would you be ok with me pushing this now? > > Specifically for the `*Vector.java` classes you to modify the > [X-Vector.java.template](https://github.com/openjdk/jdk/blob/master/src/jdk.incubator.vector/share/classes/jdk/incubator/vector/X-Vector.java.template#L5396). > > Then run > [gen-src.sh](https://github.com/openjdk/jdk/blob/master/src/jdk.incubator.vector/share/classes/jdk/incubator/vector/gen-src.sh) > which will generate the `*Vector.java`. We need to integrate this into the > build system but it always gets bumped down in priority. > @PaulSandoz Oh, I was not even aware of that. That sounds like quite an easy > fix for me. Is there an JBS issue on this? There is now :-) I just created one: https://bugs.openjdk.java.net/browse/JDK-8277349 ------------- PR: https://git.openjdk.java.net/jdk/pull/6355