RFR: 8268902: Testing for threadObj != NULL is unnecessary in suspend handshake
Daniel D.Daugherty
dcubed at openjdk.java.net
Fri Jun 25 21:11:05 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).
Thumbs up.
-------------
Marked as reviewed by dcubed (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/4598
More information about the hotspot-runtime-dev
mailing list