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 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).

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

Commit messages:
 - no longer call Thread.interrupted()

Changes: https://git.openjdk.org/jdk/pull/32411/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=32411&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8390481
  Stats: 3 lines in 1 file changed: 0 ins; 2 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/32411.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/32411/head:pull/32411

PR: https://git.openjdk.org/jdk/pull/32411

Reply via email to