This update is to fix the potential issue where tmpbuf can be read as a format argument for `fprintf`. I have added a specifier here to avoid this issue since the string from tmpbuf is not guaranteed to not cause issues. This update should make this print more reliable and safe to use.
------------- Commit messages: - Initial commit Changes: https://git.openjdk.org/jdk/pull/28950/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=28950&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8373475 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/28950.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/28950/head:pull/28950 PR: https://git.openjdk.org/jdk/pull/28950
