On Tue, 16 Sep 2025 18:53:38 GMT, Francesco Andreuzzi <[email protected]>
wrote:
>> Leonid Mesnik has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> typo fixed
>
> src/hotspot/share/runtime/suspendResumeManager.cpp line 92:
>
>> 90: if (register_vthread_SR) {
>> 91: assert(_target->is_vthread_mounted(), "sanity check");
>> 92: JvmtiVTSuspender::register_vthread_suspend(id);
>
> Suggestion:
>
> JvmtiVTSuspender::register_vthread_suspend(id);
Thanks! Fixed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27317#discussion_r2353404354