Hi Dmitry,

Do you have any plans to full review and approve this PR?
Thanks,
Serguei

From: hotspot-dev <[email protected]> on behalf of Dmitry Samersoff 
<[email protected]>
Date: Friday, October 7, 2022 at 1:34 AM
To: Serguei Spitsyn <[email protected]>, [email protected] 
<[email protected]>, [email protected] 
<[email protected]>
Subject: Re: RFR: 8288387: GetLocalXXX/SetLocalXXX spec should require 
suspending target thread [v2]
Hi Serguei,

Looks good for me. Thank you!

-Dmitry

On 06/10/2022 20:31, Serguei Spitsyn wrote:
> On Thu, 6 Oct 2022 07:16:44 GMT, Dmitry Samersoff <[email protected]> 
> wrote:
>
>>> Serguei Spitsyn has updated the pull request incrementally with one 
>>> additional commit since the last revision:
>>>
>>>    addressed review comments about is_JavaThread_current and @enablePreview 
>>> tag
>>
>> src/hotspot/share/prims/jvmtiEnvBase.hpp line 180:
>>
>>> 178:     JavaThread* current = JavaThread::current();
>>> 179:     oop cur_obj = current->jvmti_vthread();
>>> 180:     bool is_current = jt == current && (cur_obj == NULL || cur_obj == 
>>> thr_obj);
>>
>> It might be better to restructure this "if" and check for jt==current before 
>> we ask for cur_obj, or at least add brackets.
>
> Thank you for the comment.
> I've refactored it a little bit. Please, let me know if you agree with it.
>
> -------------
>
> PR: https://git.openjdk.org/jdk/pull/10586


--
[email protected]
Technical Professional at BellSoft

Reply via email to