RFR: 8268299: jvms tag produces incorrect URL
Erik Joelsson
erikj at openjdk.java.net
Mon Jun 7 12:39:58 UTC 2021
On Sun, 6 Jun 2021 22:03:46 GMT, Joe Darcy <darcy at openjdk.org> wrote:
> The @jls and @jvms taglet share most of their functionality. A JLS URL looks like
>
> https://docs.oracle.com/javase/specs/jls/se16/html/**jls**-8.html#jls-8.1
>
> and a JVMS URL looks like
>
> https://docs.oracle.com/javase/specs/jvms/se16/html/**jvms**-4.html#jvms-4.3.2
>
> The current taglet incorrectly uses "jls" in from the chapter for both JLS and JVMS URLs. The patch corrects this to use "jvms" for JVMS URLs.
Marked as reviewed by erikj (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/4381
More information about the build-dev
mailing list