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

ExE Boss duke at openjdk.org
Sat Nov 19 10:59:51 UTC 2022


On Fri, 18 Nov 2022 17:27:28 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/VirtualThread.java line 316:
> 
>> 314:         }
>> 315:     }
>> 316:     @Hidden
> 
> Missing line break.
> Suggestion:
> 
> 
>     @Hidden

Also include the comment:
Suggestion:


    /**
     * The VM recognizes this method as special, so any changes to the
     * name or signature require corresponding changes in
     * JVM_FindScopedValueBindings().
     */
    @Hidden

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

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


More information about the hotspot-dev mailing list