On Mon, 26 Aug 2024 01:05:03 GMT, David Holmes <dhol...@openjdk.org> wrote:

>> Alex Menkov has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   use SYMBOL_BUFSIZE
>
> src/jdk.hotspot.agent/windows/native/libsaproc/sawindbg.cpp line 865:
> 
>> 863:   // As a workaround check if returned symbol contains requested symbol.
>> 864:   ULONG64 disp = 0L;
>> 865:   char buf[512];
> 
> s/512/SYMBOL_BUFSIZE/ ?

Thank you, fixed

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20684#discussion_r1731985370

Reply via email to