On Mon, 10 Nov 2025 14:37:12 GMT, Alan Bateman <[email protected]> wrote:

> This is docs only change to a new section to the Thread class description on 
> Thread Interruption.  The new section provides guidance on handling 
> InterruptedException. A subset of that guidance is also proposed for the 
> InterruptedException class description.

src/java.base/share/classes/java/lang/Thread.java line 244:

> 242:  * </table>
> 243:  * <p> The virtual thread scheduler can be monitored and managed with the
> 244:  * {@link jdk.management/jdk.management.VirtualThreadSchedulerMXBean} 
> management

Links to jdk. modules will break the Java SE API doc from `make docs-javase` 
when it runs the jdkCheckLinks test. We may have to use `{@code}` instead.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/28216#discussion_r2511888660

Reply via email to