RFR: JDK-8286666: JEP 429: Implementation of Scoped Values (Incubator) [v10]
Alan Bateman
alanb at openjdk.org
Thu Nov 17 10:17:34 UTC 2022
On Wed, 16 Nov 2022 16:55:24 GMT, Andrew Haley <aph at openjdk.org> wrote:
>> JEP 429 implementation.
>
> Andrew Haley has updated the pull request incrementally with two additional commits since the last revision:
>
> - Javadoc changes.
> - ProblemList.txt cleanup
src/jdk.incubator.concurrent/share/classes/jdk/incubator/concurrent/StructuredTaskScope.java line 225:
> 223: * </ul>
> 224: *
> 225: * The <i>descendants</i> of a task scope that are child task scopes that it is a parent
There is a typo in the update (my fault).
Suggestion:
* The <i>descendants</i> of a task scope are the child task scopes that it is a parent
-------------
PR: https://git.openjdk.org/jdk/pull/10952
More information about the hotspot-dev
mailing list