-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b04
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8311342 | 21.0.1 | Jaikiran Pai | P4 | Resolved | Fixed | b02 |
JDK-8310884 | 21 | Jaikiran Pai | P4 | Resolved | Fixed | b29 |
The implNote in Thread.interrupt() method states:
> * @implNote In the JDK Reference Implementation, interruption of a thread
* that is not alive still records that the interrupt request was made and
* will report it via {@link #interrupted} and {@link #isInterrupted()}.
The {@link #interrupted} in its current form links to an internal package private field and should instead have been {@link #interrupted()}. In its current form the javadoc is rendered without a link to "interrupted"
> * @implNote In the JDK Reference Implementation, interruption of a thread
* that is not alive still records that the interrupt request was made and
* will report it via {@link #interrupted} and {@link #isInterrupted()}.
The {@link #interrupted} in its current form links to an internal package private field and should instead have been {@link #interrupted()}. In its current form the javadoc is rendered without a link to "interrupted"
- backported by
-
JDK-8310884 Thread.interrupt() method's javadoc has an incorrect {@link}
-
- Resolved
-
-
JDK-8311342 Thread.interrupt() method's javadoc has an incorrect {@link}
-
- Resolved
-
- relates to
-
JDK-8139744 Types referred in @link/@linkplain tags are not always hyperlinks
-
- Open
-
- links to
-
Commit openjdk/jdk21/63d419ed
-
Commit openjdk/jdk/013367b4
-
Review openjdk/jdk21/62
-
Review openjdk/jdk/14646
(2 links to)