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

Coleen Phillimore coleenp at openjdk.java.net
Mon Jun 28 13:16:06 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).

This pull request has now been integrated.

Changeset: 29bc381d
Author:    Coleen Phillimore <coleenp at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/29bc381da517001251975b6d634c4f779ff1319a
Stats:     2 lines in 1 file changed: 0 ins; 0 del; 2 mod

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

Reviewed-by: pchilanomate, dcubed

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

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


More information about the hotspot-runtime-dev mailing list