RFR: 8277015: Use blessed modifier order in Panama code

Paul Sandoz psandoz at openjdk.java.net
Wed Nov 17 19:24:44 UTC 2021


On Fri, 12 Nov 2021 17:01:38 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:

>>> > You could also do this directly in the Panama repo branches. I'll volunteer to help, if you want.
>>> 
>>> I'll run the script on the PR I've submitted for the Foreign API, and I will update that one - thanks. Perhaps @PaulSandoz can do the same for the Vector API refresh?
>> 
>> Done - the jdk.incubator.foreign changes are now part of https://github.com/openjdk/jdk/pull/5907
>
>> @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.

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

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


More information about the core-libs-dev mailing list