-
Bug
-
Resolution: Fixed
-
P4
-
12
-
b03
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8245200 | 11.0.8 | Unassigned | P4 | Resolved | Fixed | b04 |
Currently the javadoc states:
"Waits at most millis milliseconds plus nanos nanoseconds for this thread to die."
https://download.java.net/java/early_access/jdk11/docs/api/java.base/java/lang/Thread.html#join(long,int)
It should mention that if both arguments are zero, the method will wait forever like in the javadoc for join(long).
"Waits at most millis milliseconds plus nanos nanoseconds for this thread to die."
https://download.java.net/java/early_access/jdk11/docs/api/java.base/java/lang/Thread.html#join(long,int)
It should mention that if both arguments are zero, the method will wait forever like in the javadoc for join(long).
- backported by
-
JDK-8245200 Javadoc for Thread.join(long, int) should specify that it waits forever when both arguments are zero
-
- Resolved
-
- csr for
-
JDK-8216379 Javadoc for Thread.join(long, int) should specify that it waits forever when both arguments are zero
-
- Closed
-