RFR: 8257799: Update JLS cross-references in java.compiler
Jonathan Gibbons
jjg at openjdk.java.net
Mon Dec 7 19:28:18 UTC 2020
On Sat, 5 Dec 2020 21:37:34 GMT, Joe Darcy <darcy at openjdk.org> wrote:
> A few of the @jls tags in the java.compiler module don't make the corresponding JLS section anymore; the null literal section and constant expression sections were renumbered.
>
> This change makes corrects the mismatches.
Approved.
It would also be reasonable to semi-automate checking whether this sort of edit is necessary as a formal jtreg test, perhaps using a static checked-in copy of the JLS and JVMS index, which is maybe updated near the end of each release. If you think that is worth pursuing, maybe you could file an issue in JBS.
-------------
Marked as reviewed by jjg (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/1642
More information about the compiler-dev
mailing list