[foreign-memaccess] RFR: 8246053: Add a mask for default access modesAdd a default access mode flag
Athijegannathan Sundararajan
sundar at openjdk.java.net
Thu May 28 13:54:24 UTC 2020
On Thu, 28 May 2020 13:28:45 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.
Marked as reviewed by sundar (Committer).
-------------
PR: https://git.openjdk.java.net/panama-foreign/pull/188
More information about the panama-dev
mailing list