RFR: 8341903: Implementation of Scoped Values (Fourth Preview) [v2]

Alan Bateman alanb at openjdk.org
Thu Oct 10 17:14:11 UTC 2024


On Thu, 10 Oct 2024 17:02:00 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> Andrew Haley has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix javadoc
>
> src/java.base/share/classes/java/lang/ScopedValue.java line 163:
> 
>> 161:  *         // @link substring="open" target="StructuredTaskScope#open()" :
>> 162:  *         try (var scope = StructuredTaskScope.open()) {
>> 163:  *
> 
> You'll need to revert this line as that is the updated STS API so will be update with its next JEP.

Make sure to run jdk:tier1 and jdk:tier2 as that will run the tests that use this API.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/21456#discussion_r1795823325


More information about the core-libs-dev mailing list