[jdk21] RFR: 8298095: Refine implSpec for SegmentAllocator

2023-08-10 Thread Maurizio Cimadamore
8298095: Refine implSpec for SegmentAllocator - Commit messages: - Backport 35b60f925a4e7e2e3f1ec7c5c1eee60206e7508a Changes: https://git.openjdk.org/jdk21/pull/172/files Webrev: https://webrevs.openjdk.org/?repo=jdk21&pr=172&range=00 Issue: https://bugs.openjdk.org/browse/JDK-82

Re: RFR: 8298095: Refine implSpec for SegmentAllocator [v5]

2023-08-10 Thread Per Minborg
> This PR suggests refining the `@implSpec` for the SegmentAllocator::allocate > methods as well as clarifying the docs a bit more. Also, a local variable is > renamed. Per Minborg has updated the pull request incrementally with one additional commit since the last revision: Simplify java sn

Re: RFR: 8298095: Refine implSpec for SegmentAllocator [v4]

2023-08-09 Thread Maurizio Cimadamore
On Tue, 8 Aug 2023 08:35:51 GMT, Per Minborg wrote: >> This PR suggests refining the `@implSpec` for the SegmentAllocator::allocate >> methods as well as clarifying the docs a bit more. Also, a local variable is >> renamed. > > Per Minborg has updated the pull request with a new target base due

Re: RFR: 8298095: Refine implSpec for SegmentAllocator [v4]

2023-08-08 Thread Per Minborg
> This PR suggests refining the `@implSpec` for the SegmentAllocator::allocate > methods as well as clarifying the docs a bit more. Also, a local variable is > renamed. Per Minborg has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes th

Re: RFR: 8298095: Refine implSpec for SegmentAllocator [v3]

2023-07-26 Thread Maurizio Cimadamore
On Wed, 26 Jul 2023 14:44:01 GMT, Per Minborg wrote: >> This PR suggests refining the `@implSpec` for the SegmentAllocator::allocate >> methods as well as clarifying the docs a bit more. Also, a local variable is >> renamed. > > Per Minborg has updated the pull request incrementally with one ad

Re: RFR: 8298095: Refine implSpec for SegmentAllocator [v3]

2023-07-26 Thread Maurizio Cimadamore
On Wed, 26 Jul 2023 14:44:01 GMT, Per Minborg wrote: >> This PR suggests refining the `@implSpec` for the SegmentAllocator::allocate >> methods as well as clarifying the docs a bit more. Also, a local variable is >> renamed. > > Per Minborg has updated the pull request incrementally with one ad

Re: RFR: 8298095: Refine implSpec for SegmentAllocator [v3]

2023-07-26 Thread Per Minborg
> This PR suggests refining the `@implSpec` for the SegmentAllocator::allocate > methods as well as clarifying the docs a bit more. Also, a local variable is > renamed. Per Minborg has updated the pull request incrementally with one additional commit since the last revision: Update after com

Re: RFR: 8298095: Refine implSpec for SegmentAllocator [v2]

2023-07-24 Thread Maurizio Cimadamore
On Mon, 24 Jul 2023 13:32:58 GMT, Per Minborg wrote: >> This PR suggests refining the `@implSpec` for the SegmentAllocator::allocate >> methods as well as clarifying the docs a bit more. Also, a local variable is >> renamed. > > Per Minborg has updated the pull request incrementally with one ad

Re: RFR: 8298095: Refine implSpec for SegmentAllocator [v2]

2023-07-24 Thread Maurizio Cimadamore
On Mon, 24 Jul 2023 13:32:58 GMT, Per Minborg wrote: >> This PR suggests refining the `@implSpec` for the SegmentAllocator::allocate >> methods as well as clarifying the docs a bit more. Also, a local variable is >> renamed. > > Per Minborg has updated the pull request incrementally with one ad

Re: RFR: 8298095: Refine implSpec for SegmentAllocator [v2]

2023-07-24 Thread Per Minborg
> This PR suggests refining the `@implSpec` for the SegmentAllocator::allocate > methods as well as clarifying the docs a bit more. Also, a local variable is > renamed. Per Minborg has updated the pull request incrementally with one additional commit since the last revision: Update array met

RFR: 8298095: Refine implSpec for SegmentAllocator

2023-07-24 Thread Per Minborg
This PR suggests refining the `@implSpec` for the SegmentAllocator::allocate methods as well as clarifying the docs a bit more. Also, a local variable is renamed. - Commit messages: - Improve javadocs - Update javadocs for SegmentAllocator::allocate methods Changes: https://git.o