RFR: 8316682: serviceability/jvmti/vthread/SelfSuspendDisablerTest timed out [v6]
Serguei Spitsyn
sspitsyn at openjdk.org
Mon May 5 23:21:20 UTC 2025
On Mon, 5 May 2025 14:58:43 GMT, Patricio Chilano Mateo <pchilanomate at 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
More information about the serviceability-dev
mailing list