[jdk17u-dev] Integrated: 8294594: Fix cast-function-type warnings in signal handling code

Aleksey Shipilev shade at openjdk.org
Tue Nov 4 11:09:07 UTC 2025


On Tue, 28 Oct 2025 12:11:16 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> Need this to unblock MacOS compiler update in GHA.
> 
> Partially backports original https://github.com/openjdk/jdk/commit/b06f1b149c8f8a49d4e42c4b782a4b3a22aa79f6. There are lots of conflicts, because:
>  1. The original [JDK-8294314](https://bugs.openjdk.org/browse/JDK-8294314) that added more verbose build warnings is not in 17u-dev yet. 
>  2. The [JDK-8292054](https://bugs.openjdk.org/browse/JDK-8292054) that added the `/test/hotspot/gtest/runtime/test_signals.cpp` is also not present in 17u-dev.
> 
> Additional testing:
>  - [x] Linux AArch64 server fastdebug, `all`
>  - [x] Linux x86_64 server fastdebug, `all`

This pull request has now been integrated.

Changeset: a3442fd7
Author:    Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.org/jdk17u-dev/commit/a3442fd77f524a2ccbb499ab0120b11c30642708
Stats:     6 lines in 1 file changed: 0 ins; 0 del; 6 mod

8294594: Fix cast-function-type warnings in signal handling code

Reviewed-by: mdoerr
Backport-of: b06f1b149c8f8a49d4e42c4b782a4b3a22aa79f6

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

PR: https://git.openjdk.org/jdk17u-dev/pull/4125


More information about the jdk-updates-dev mailing list