[foreign-memaccess+abi] RFR: Split Stream operations, fix final and class properties
Maurizio Cimadamore
mcimadamore at openjdk.org
Mon Sep 19 13:03:20 UTC 2022
On Mon, 19 Sep 2022 12:20:41 GMT, Per Minborg <duke at openjdk.org> wrote:
> This PR splits Stream operations into separate lines, and fixes some `final` and class issues.
>
> Some smaller issues are also fixed not related to the above.
This changeset seems borderline "too broad" as it's fixing a host of different, unrelated issues. That said, willing to approve given that most of the changes seem relatively cosmetic. (again, for `final` classes in non-exported impl, as well as for adding default private constructor _always_ I think that's matter of style, and is definitively not applied to the JDK as a whole - but I'm willing to go with it).
-------------
Marked as reviewed by mcimadamore (Committer).
PR: https://git.openjdk.org/panama-foreign/pull/724
More information about the panama-dev
mailing list