The sprintf is deprecated in Xcode 14 because of security concerns. The issue was addressed in [JDK-8296812](https://bugs.openjdk.org/browse/JDK-8296812) for building failure, and [JDK-8299378](https://bugs.openjdk.org/browse/JDK-8299378)/[JDK-8299635](https://bugs.openjdk.org/browse/JDK-8299635)/[JDK-8301132](https://bugs.openjdk.org/browse/JDK-8301132) for testing issues . This is a break-down update for sprintf uses in security components.
------------- Commit messages: - 8301274: update for deprecated sprintf for security components Changes: https://git.openjdk.org/jdk/pull/12265/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=12265&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8301274 Stats: 5 lines in 1 file changed: 0 ins; 0 del; 5 mod Patch: https://git.openjdk.org/jdk/pull/12265.diff Fetch: git fetch https://git.openjdk.org/jdk pull/12265/head:pull/12265 PR: https://git.openjdk.org/jdk/pull/12265