On Fri, 10 Jul 2026 09:34:36 GMT, Jaikiran Pai <[email protected]> wrote:
> Can I please get a review of this trivial doc-only change which replaces the
> use of `{@link}` in the javadoc of `PhantomReference` with a `{@linkplain}`?
>
> This addresses https://bugs.openjdk.org/browse/JDK-8388068 which was brought
> up during the PR review of JEP-401
> https://github.com/openjdk/jdk/pull/31123#pullrequestreview-4503577896
>
>
>
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK
> Interim AI Policy](https://openjdk.org/legal/ai).
This pull request has now been integrated.
Changeset: 0b66ce5e
Author: Jaikiran Pai <[email protected]>
Committer: David Holmes <[email protected]>
URL:
https://git.openjdk.org/valhalla/commit/0b66ce5e7725fc4c120532694a764c8195f91361
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
8388068: [lworld] PhantomReference constructor should use linkplain instead of
link in its throws clause javadoc
Reviewed-by: liach, darcy
-------------
PR: https://git.openjdk.org/valhalla/pull/2637