RFR: 8368124: Show useful thread names in ASAN reports [v3]

Thomas Stuefe stuefe at openjdk.org
Tue Sep 23 14:10:49 UTC 2025


On Tue, 23 Sep 2025 13:50:50 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

>> Thomas Stuefe has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   simplify truncation function
>
> src/hotspot/os/linux/os_linux.cpp line 4869:
> 
>> 4867:   int rc = prctl(PR_SET_NAME, buf);
>> 4868:   //assert(rc == 0, "prctl(PR_SET_NAME) failed");
>> 4869:   //int rc;
> 
> Do you want to remove the uncommented coding ?

Thanks, fixed

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27395#discussion_r2372462240


More information about the hotspot-dev mailing list