Re: RFR: 8318324: Drop redundant default methods from FFM API [v2]

2023-10-18 Thread Jorn Vernee
On Wed, 18 Oct 2023 13:53:35 GMT, Maurizio Cimadamore 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 meth

Re: RFR: 8318324: Drop redundant default methods from FFM API [v2]

2023-10-18 Thread Maurizio Cimadamore
> 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 effect