On Wed, 18 Oct 2023 13:53:35 GMT, Maurizio Cimadamore <mcimadam...@openjdk.org> wrote:
>> This PR moves turns default methods in `MemorySegment` and `MemoryLayout` >> into ordinary abstract methods. >> These interfaces cannot be subclasses by developers (they are sealed), so >> there is no reson for having default methods there. Also, default methods >> can have some detrimental effects, as they cause the interfaces to be >> initialized more eagerly. > > Maurizio Cimadamore has updated the pull request incrementally with one > additional commit since the last revision: > > Address review comments Marked as reviewed by jvernee (Reviewer). ------------- PR Review: https://git.openjdk.org/jdk/pull/16224#pullrequestreview-1685198777