Integrated: 8373909: JSpec and ToolGuide taglets use incorrect relative path

Dan Smith dlsmith at openjdk.org
Thu Dec 18 17:24:53 UTC 2025


On Wed, 17 Dec 2025 20:09:44 GMT, Dan Smith <dlsmith at openjdk.org> wrote:

> Fixing the JSpec and ToolGuide taglets so that they produce correct links, no matter what file the tag appears in.
> 
> This is a workaround solution, sharing the necessary info via a ThreadLocal public static field in an internal API. See [JDK-8373922](https://bugs.openjdk.org/browse/JDK-8373922) for an API enhancement request that would make this possible without relying on internal API.

This pull request has now been integrated.

Changeset: 0b271240
Author:    Dan Smith <dlsmith at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/0b2712400b55d4a512db225d090c2f06f01f7f1f
Stats:     94 lines in 4 files changed: 28 ins; 48 del; 18 mod

8373909: JSpec and ToolGuide taglets use incorrect relative path

Reviewed-by: liach, hannesw

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

PR: https://git.openjdk.org/jdk/pull/28878


More information about the build-dev mailing list