RFR: 8336289: Obliterate most references to _snprintf in the Windows JDK [v2]
Julian Waters
jwaters at openjdk.org
Tue Jul 16 08:54:54 UTC 2024
On Mon, 15 Jul 2024 16:30:02 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
>> Julian Waters has updated the pull request incrementally with one additional commit since the last revision:
>>
>> USe os::snprintf in HotSpot
>
> src/jdk.jdwp.agent/windows/native/libjdwp/util_md.h line 32:
>
>> 30: #include <stdlib.h> /* for _MAx_PATH */
>> 31:
>> 32: typedef unsigned long long UNSIGNED_JLONG;
>
> This change has nothing to do with _sprintf. Not sure why it's being made here.
It was a small change, so I thought I could make it out of convenience. I'll switch it out to a separate changeset
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20153#discussion_r1679012119
More information about the client-libs-dev
mailing list