-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: core-libs
-
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 |
> * @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-8356549 javadoc has incorrect {@link/@linkplain} tags with refer to private/protected types
-
- Open
-
-
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