JDK 15 RFR of JDK-8237805: Use inline @jls @jvms in core libs where appropriate

Daniel Fuchs daniel.fuchs at oracle.com
Thu Feb 13 10:07:45 UTC 2020


Hi Joe,

Nits:

http://cr.openjdk.java.net/~darcy/8237805.0/src/java.base/share/classes/java/lang/invoke/MethodHandle.java.frames.html
line 226

http://cr.openjdk.java.net/~darcy/8237805.0/src/java.base/share/classes/java/lang/invoke/MethodHandleInfo.java.frames.html
line 46

http://cr.openjdk.java.net/~darcy/8237805.0/src/java.base/share/classes/java/lang/invoke/MethodHandles.java.frames.html
lines 505 and 518

http://cr.openjdk.java.net/~darcy/8237805.0/src/java.base/share/classes/java/lang/invoke/MethodType.java.frames.html
line 95

wouldn't it be more correct to have the full stop
after the closing parenthesis, rather than before?
(no need for new webrev)

best regards,

-- daniel

On 13/02/2020 04:47, Joe Darcy wrote:
> Hello,
> 
> Inline forms of the @jls and @jvms javadoc tags are now available 
> (JDK-8235926). I made a pass over the files in java.base to take 
> advantage of the new feature:
> 
>      http://cr.openjdk.java.net/~darcy/8237805.0/
> 
> Thanks,
> 
> -Joe
> 



More information about the core-libs-dev mailing list