On Sun, 27 Nov 2022 07:57:46 GMT, Thomas Stuefe <stu...@openjdk.org> wrote:
> How about renaming the existing os::snprintf to something like > os::snprintf_unchecked, make os::snprintf the checked version, ... The name `snprintf` may implies the function in C. For that purpose, I may use a name different from`snprintf`, but I have no idea what it could be. ------------- PR: https://git.openjdk.org/jdk/pull/11115