Integrated: 8299635: Hotspot update for deprecated sprintf in Xcode 14

Xue-Lei Andrew Fan xuelei at openjdk.org
Wed Jan 25 15:47:52 UTC 2023


On Wed, 11 Jan 2023 06:26:18 GMT, Xue-Lei Andrew Fan <xuelei at openjdk.org> wrote:

> 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 hotspot impl, and [JDK-8299378](https://bugs.openjdk.org/browse/JDK-8299378) for building, but the test case was not covered. The failure was reported in [PR 11793](https://github.com/openjdk/jdk/pull/11793#issuecomment-1371151565), while running tier1 testing.
> 
> This patch is trying to find the use of sprintf in hotspot iml and test cases.

This pull request has now been integrated.

Changeset: e80b5ea4
Author:    Xue-Lei Andrew Fan <xuelei at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/e80b5ea448c715519d14e238321ceb5ec40b37f4
Stats:     109 lines in 40 files changed: 4 ins; 2 del; 103 mod

8299635: Hotspot update for deprecated sprintf in Xcode 14

Reviewed-by: dholmes, mikael

-------------

PR: https://git.openjdk.org/jdk/pull/11935


More information about the serviceability-dev mailing list