Integrated: 8268299: jvms tag produces incorrect URL

Joe Darcy darcy at openjdk.java.net
Mon Jun 7 17:07:23 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.

This pull request has now been integrated.

Changeset: e663ba96
Author:    Joe Darcy <darcy at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/e663ba961f25c83758815bbfce97a58d9560c7a2
Stats:     2 lines in 1 file changed: 0 ins; 0 del; 2 mod

8268299: jvms tag produces incorrect URL

Reviewed-by: iris, erikj, jjg

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

PR: https://git.openjdk.java.net/jdk/pull/4381



More information about the build-dev mailing list