On Tue, 18 Aug 2026 02:44:45 GMT, Chris Plummer <[email protected]> wrote:
> The following still exists in
> vmTestbase/nsk/jdi/ThreadReference/stop/stop002t.java
>
> // Call Thread.interrupted(). Workaround for JDK-8306324
> log.display("TEST #2: interrupted = " + Thread.interrupted());
>
> [JDK-8306324](https://bugs.openjdk.org/browse/JDK-8306324) has been fixed, so
> this code should be removed.
>
> Tested by running test 100 times on all supported platforms in both virtual
> thread mode and platform thread mode.
>
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK
> Interim AI Policy](https://openjdk.org/legal/ai).
This pull request has now been integrated.
Changeset: 09868aaf
Author: Chris Plummer <[email protected]>
URL:
https://git.openjdk.org/jdk/commit/09868aaf95a1ea0dc7af623effc04246c7ed1c94
Stats: 3 lines in 1 file changed: 0 ins; 2 del; 1 mod
8390481: stop002 test should no longer call Thread.interrupted() to work around
JDK-8306324
Reviewed-by: dholmes, kevinw
-------------
PR: https://git.openjdk.org/jdk/pull/32411