On Tue, 15 Nov 2022 18:28:56 GMT, Maurizio Cimadamore <mcimadam...@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