Re: RFR: 8349344: Clarify documentation of Arena.ofConfined

2025-02-05 Thread Maurizio Cimadamore
On Tue, 4 Feb 2025 09:46:48 GMT, Per Minborg wrote: > This PR proposes to clarify the documentation for `Arena.ofConfined()`. It is > proposed to say that segments allocated from the returned `Arena` can _only_ > be accessed by the thread that created the `Arena` in the first place. Marked as

Re: RFR: 8349344: Clarify documentation of Arena.ofConfined

2025-02-04 Thread Jaikiran Pai
On Tue, 4 Feb 2025 09:46:48 GMT, Per Minborg wrote: > This PR proposes to clarify the documentation for `Arena.ofConfined()`. It is > proposed to say that segments allocated from the returned `Arena` can _only_ > be accessed by the thread that created the `Arena` in the first place. Marked as

Re: RFR: 8349344: Clarify documentation of Arena.ofConfined

2025-02-04 Thread Jorn Vernee
On Tue, 4 Feb 2025 09:46:48 GMT, Per Minborg wrote: > This PR proposes to clarify the documentation for `Arena.ofConfined()`. It is > proposed to say that segments allocated from the returned `Arena` can _only_ > be accessed by the thread that created the `Arena` in the first place. Marked as

RFR: 8349344: Clarify documentation of Arena.ofConfined

2025-02-04 Thread Per Minborg
This PR proposes to clarify the documentation for `Arena.ofConfined()`. It is proposed to say that segments allocated from the returned `Arena` can _only_ be accessed by the thread that created the `Arena` in the first place. - Commit messages: - Clarify docs for Arena.ofConfined()