Re: [jdk19] RFR: 8290524: Typo in javadoc of MemorySegment/MemoryAddress

2022-07-19 Thread Jorn Vernee
On Tue, 19 Jul 2022 11:07:27 GMT, Maurizio Cimadamore wrote: > This patch fixes several `toRowLongValue` instead of `toRawLongValue` > scattered in the javadoc for accessor methods in `MemorySegment` and > `MemoryAddress`. Marked as reviewed by jvernee (Reviewer). - PR: https://

[jdk19] RFR: 8290524: Typo in javadoc of MemorySegment/MemoryAddress

2022-07-19 Thread Maurizio Cimadamore
This patch fixes several `toRowLongValue` instead of `toRawLongValue` scattered in the javadoc for accessor methods in `MemorySegment` and `MemoryAddress`. - Commit messages: - Fix MemoryAddress typos - Initial push Changes: https://git.openjdk.org/jdk19/pull/148/files Webrev: ht