RFR: JDK-8286666: JEP 429: Implementation of Scoped Values (Incubator) [v15]

Andrew Haley aph at openjdk.org
Wed Nov 23 14:16:35 UTC 2022


On Fri, 18 Nov 2022 17:31:30 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> Andrew Haley has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - Reviewer feedback
>>  - Reviewer feedback Javadoc fixes
>
> src/java.base/share/classes/java/lang/Thread.java line 789:
> 
>> 787: 
>> 788:         // special value to mean a new thread
>> 789:         this.scopedValueBindings = NEW_THREAD_BINDINGS;
> 
> Can we change the comment on this one to be the same as the other constructor?

Done.

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

PR: https://git.openjdk.org/jdk/pull/10952


More information about the hotspot-dev mailing list