[foreign-memaccess+abi] RFR: 8291473: Unify MemorySegment and MemoryAddress [v10]

Maurizio Cimadamore mcimadamore at openjdk.org
Fri Jul 29 13:41:47 UTC 2022


On Fri, 29 Jul 2022 12:33:28 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:

> > I think this is mostly good now.
> > The only thing is that there's still some occurrence of `MemoryAddress` (when I search for it in `src/java.base/classes`), mostly in comments. Some of these are already stale, so not that important to fix, but there's also a reference to `MemoryAddress` in the class javadoc of `SymbolLookup` which I think should be updated.
> 
> I'll take a pass

I've fixed most of the spurious references to the now removed classes. I've left the main Binding javadoc alone, because it's full of references to stuff that's no longer valid, and should probably be rewritten in a separate pass.

-------------

PR: https://git.openjdk.org/panama-foreign/pull/694


More information about the panama-dev mailing list