RFR: 8367725: Incorrect reading of oop in SuspendResumeManager::suspend while thread is blocked [v4]
Leonid Mesnik
lmesnik at openjdk.org
Tue Sep 16 19:11:51 UTC 2025
On Tue, 16 Sep 2025 18:53:38 GMT, Francesco Andreuzzi <fandreuzzi at openjdk.org> 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
More information about the serviceability-dev
mailing list