On Mon, 5 May 2025 14:58:43 GMT, Patricio Chilano Mateo 
<pchilanom...@openjdk.org> wrote:

>> Serguei Spitsyn has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   review: patch from Patricio with alternate approach
>
> src/hotspot/share/prims/jvmtiEnv.cpp line 1124:
> 
>> 1122:       oop carrier_thread = 
>> java_lang_VirtualThread::carrier_thread(thread_oop);
>> 1123:       java_thread = carrier_thread == nullptr ? nullptr : 
>> java_lang_Thread::thread(carrier_thread);
>> 1124:     }      
> 
> Nit: extra spaces at the end. There are a couple of other instances of this 
> in this file shown by jcheck.

Fixed now, thanks.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24269#discussion_r2074359226

Reply via email to