RFR: 8229516: Thread.isInterrupted() always returns false after thread termination

Alan Bateman Alan.Bateman at oracle.com
Wed Oct 30 15:33:31 UTC 2019


On 29/10/2019 07:42, David Holmes wrote:
> Bug: https://bugs.openjdk.java.net/browse/JDK-8229516
> CSR: https://bugs.openjdk.java.net/browse/JDK-8232676 (already approved)
> webrev: http://cr.openjdk.java.net/~dholmes/8229516/webrev/
>
The implNote has "In the JDK Reference Implementation". I think you can 
replace that with "In this implementation" so that it is consistent with 
the other impl notes that we've added in recent releases.

In any case, I went through the Thread changes and the call into the VM 
to clear the event on Windows. Looks okay to me (we'll have re-work to 
do in Loom of course but that was expected).

-Alan




More information about the hotspot-runtime-dev mailing list