On Fri, 18 Nov 2022 17:27:28 GMT, Alan Bateman <al...@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

Reply via email to