RFR: 8268902: Testing for threadObj != NULL is unnecessary in suspend handshake

Coleen Phillimore coleenp at openjdk.java.net
Fri Jun 25 22:31:59 UTC 2021


On Fri, 25 Jun 2021 17:50:46 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> In the last pull request on this topic, I was making more general (mis)statements, but this null threadObj check is only for the case where we're suspending a thread which already has a threadObj.  This null check is unnecessary.
> Tested already with tier1-6 (rerun tier1).

Thanks Patricio and Dan. Patricio thank you for the offline discussion and sanity check :)

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

PR: https://git.openjdk.java.net/jdk/pull/4598


More information about the hotspot-runtime-dev mailing list