RFR: 8287281: adjust guarantee in Handshake::execute for the case of target thread being current [v7]

Daniel D. Daugherty dcubed at openjdk.org
Tue Jun 21 21:35:20 UTC 2022


On Tue, 21 Jun 2022 19:22:55 GMT, Johan Sjölén <duke at openjdk.org> wrote:

>> Johan Sjölén has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Check only for target == current
>
> The scope of the ticket is precisely for the case when `Thread::current() == target` and as such the fix only checks for this particular case now.
> 
> @dcubed-ojdk, does this change look good to you?

@jdksjolen - I've reread all the comments in the PR and the latest version of the code
and I'm okay with the latest version. Please clarify what testing has been done on this
latest version of the fix.

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

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


More information about the serviceability-dev mailing list