[foreign-memaccess+abi] Integrated: Add `final` to AbstractMemorySegmentImpl::asUnbounded
Maurizio Cimadamore
mcimadamore at openjdk.org
Wed Feb 8 23:51:09 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`.
This pull request has now been integrated.
Changeset: 5f2c3665
Author: Maurizio Cimadamore <mcimadamore at openjdk.org>
URL: https://git.openjdk.org/panama-foreign/commit/5f2c36655a0aac5004427bbb0085dabd08a110c9
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Add `final` to AbstractMemorySegmentImpl::asUnbounded
Reviewed-by: jvernee
-------------
PR: https://git.openjdk.org/panama-foreign/pull/784
More information about the panama-dev
mailing list