[foreign-memaccess] [Rev 02] RFR: 8246053: Add a mask for default access modesAdd a default access mode flag

Athijegannathan Sundararajan sundar at openjdk.java.net
Fri May 29 03:09:44 UTC 2020


On Thu, 28 May 2020 17:21:54 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:

>> This is a simple change which adds a 'default' access mask. This was pointed out during CSR review, and I realized that
>> many tests were also using it. It can also be handy when creating more restricted masks (e.g. start with default and
>> remove one or two access modes).
>> I've updated tests, documentation and some of the impl to use the new mask accordingly.
>
> Maurizio Cimadamore has updated the pull request with a new target base due to a merge or a rebase. The pull request
> now contains three commits:
>  - Fix merge issue
>  - Tweak name for new constant
>  - Add a default access mode flag

Looks good.

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

PR: https://git.openjdk.java.net/panama-foreign/pull/188


More information about the panama-dev mailing list