Re: RFR: 8324960: Unsafe.allocateMemory documentation incorrect regarding zero return value

2024-02-01 Thread Brian Burkhalter
On Wed, 31 Jan 2024 01:17:07 GMT, Brian Burkhalter wrote: > Align the specification of `Unsafe.allocateMemory` with its implementation > and with the specification of `Unsafe.reallocateMemory`. CSR created. - PR Comment:

Re: RFR: 8324960: Unsafe.allocateMemory documentation incorrect regarding zero return value

2024-02-01 Thread Brian Burkhalter
On Thu, 1 Feb 2024 17:01:11 GMT, Roger Riggs wrote: > lgtm Thanks @RogerRiggs. - PR Comment: https://git.openjdk.org/jdk/pull/17643#issuecomment-1922050326

Re: RFR: 8324960: Unsafe.allocateMemory documentation incorrect regarding zero return value

2024-02-01 Thread Roger Riggs
On Wed, 31 Jan 2024 01:17:07 GMT, Brian Burkhalter wrote: > Align the specification of `Unsafe.allocateMemory` with its implementation > and with the specification of `Unsafe.reallocateMemory`. lgtm - Marked as reviewed by rriggs (Reviewer). PR Review:

RFR: 8324960: Unsafe.allocateMemory documentation incorrect regarding zero return value

2024-01-30 Thread Brian Burkhalter
Align the specification of `Unsafe.allocateMemory` with its implementation and with the specification of `Unsafe.reallocateMemory`. - Commit messages: - 8324960: Unsafe.allocateMemory documentation incorrect regarding zero return value Changes: