RFR: 8311993: Test serviceability/sa/UniqueVtableTest.java failed: duplicate vtables detected [v2]
Alex Menkov
amenkov at openjdk.org
Tue Aug 27 00:57:07 UTC 2024
On Mon, 26 Aug 2024 01:05:03 GMT, David Holmes <dholmes at 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
More information about the serviceability-dev
mailing list