RFR: JDK-8286666: JEP 429: Implementation of Scoped Values (Incubator) [v6]
Alan Bateman
alanb at openjdk.org
Tue Nov 15 20:14:02 UTC 2022
On Tue, 15 Nov 2022 18:28:56 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
>> Andrew Haley has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix failing serviceability tests
>
> src/jdk.incubator.concurrent/share/classes/jdk/incubator/concurrent/ScopedValue.java line 43:
>
>> 41: /**
>> 42: * A value that is set once and is then available for reading for a bounded period of
>> 43: * execution by a thread. A {@code ScopedValue} allows for safely and efficiently sharing
>
> by a thread, or by one or more threads? (when inherited)
I'd prefer to keep this as is because it's too much to use "threads" or mention inheritance in the first paragraph.
-------------
PR: https://git.openjdk.org/jdk/pull/10952
More information about the build-dev
mailing list