[foreign-memaccess+abi] RFR: Add `final` to AbstractMemorySegmentImpl::asUnbounded
Jorn Vernee
jvernee at openjdk.org
Wed Feb 8 19:31:13 UTC 2023
On Wed, 8 Feb 2023 19:05:12 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
> The recent changes in https://git.openjdk.org/panama-foreign/pull/775 cause some issue in a test which ensures that caller sensitive methods are declared correctly. More specifically, the test fails whenever a non-final caller sensitive method is found. The fix is to simply add `final` to `AbstractMemorySegmentImpl::asUnbounded`.
Marked as reviewed by jvernee (Committer).
-------------
PR: https://git.openjdk.org/panama-foreign/pull/784
More information about the panama-dev
mailing list