On Tue, 11 Nov 2025 16:04:12 GMT, Pavel Rappo <[email protected]> wrote:
>> Alan Bateman has updated the pull request incrementally with two additional >> commits since the last revision: >> >> - interrupt status -> interrupted status >> - Word smithing, mention throwing with IE as suppressed exception > > src/java.base/share/classes/java/lang/Thread.java line 202: > >> 200: * >> 201: * <p> Code that doesn't invoke any interruptible methods can still >> respond to interrupt >> 202: * by polling the current thread's interrupt status with > > Suggestion: > > * by polling the current thread's interrupted status with Well spotted. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/28216#discussion_r2515236880
