[foreign-memaccess+abi] RFR: Split Stream operations, fix final and class properties [v3]
Maurizio Cimadamore
mcimadamore at openjdk.org
Wed Sep 21 09:42:59 UTC 2022
On Tue, 20 Sep 2022 14:50:35 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
>> Per Minborg has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Revert some more final declarations
>
> src/java.base/share/classes/jdk/internal/foreign/abi/aarch64/CallArranger.java line 124:
>
>> 122: protected CallArranger() {}
>> 123:
>> 124: public final Bindings getBindings(MethodType mt, FunctionDescriptor cDesc, boolean forUpcall) {
>
> final changes in this class still present
`final` still present, please revert
-------------
PR: https://git.openjdk.org/panama-foreign/pull/724
More information about the panama-dev
mailing list