[jdk17u-dev] RFR: 8299635: Hotspot update for deprecated sprintf in Xcode 14
Severin Gehwolf
sgehwolf at openjdk.org
Fri Jul 5 12:11:19 UTC 2024
On Thu, 4 Jul 2024 20:40:44 GMT, George Adams <gdams at openjdk.org> wrote:
> Changes to the patch:
>
> The following files don't exist in jdk17u
> - `test/hotspot/jtreg/runtime/Thread/libAsyncExceptionOnMonitorEnter.cpp` (https://github.com/openjdk/jdk/commit/4e20a03786094f1eb0c662fe8f281295bf1bac83 JDK19+)
> - `test/hotspot/jtreg/serviceability/jvmti/events/ThreadEnd/threadend01/libthreadend01.cpp` (https://github.com/openjdk/jdk/commit/9583e3657e43cc1c6f2101a64534564db2a9bd84 JDK19+)
> - `test/hotspot/jtreg/serviceability/jvmti/events/ThreadStart/threadstart01/libthreadstart01.cpp` (https://github.com/openjdk/jdk/commit/9583e3657e43cc1c6f2101a64534564db2a9bd84 JDK19+)
>
> The changes didn't apply to `src/hotspot/share/opto/node.cpp` as https://github.com/openjdk/jdk/commit/33ed0365c3ed182a9d063e1701fe69bfb72dfa2e is JDK20+
>
> The changes didn't apply to `src/hotspot/share/utilities/globalDefinitions.hpp` as https://github.com/openjdk/jdk/commit/04f02ac6b2ce496b86642987bb7e25d21b52a5b6 is JDK19+
Looks OK to me. File differences were as you said. That was helpful info, thanks!
-------------
Marked as reviewed by sgehwolf (Reviewer).
PR Review: https://git.openjdk.org/jdk17u-dev/pull/2663#pullrequestreview-2160592803
More information about the jdk-updates-dev
mailing list