[jdk11u-dev] RFR: 8282467: add extra diagnostics for JDK-8268184 [v2]

Martin Doerr mdoerr at openjdk.org
Wed May 10 08:16:27 UTC 2023


On Wed, 10 May 2023 07:41:24 GMT, Christoph Langer <clanger at openjdk.org> wrote:

>> Hi all,
>> 
>> This pull request contains a backport of [JDK-8282467](https://bugs.openjdk.org/browse/JDK-8282467), commit [2903d59a](https://github.com/openjdk/jdk17u-dev/commit/2903d59a90c66481fd57dacb3341f3f3315f5be3) from the [openjdk/jdk17u-dev](https://git.openjdk.org/jdk17u-dev) repository.
>> 
>> The commit being backported was authored by Goetz Lindenmaier on 8 Jun 2022 and had no reviewers.
>> 
>> Thanks!
>
> Christoph Langer has updated the pull request incrementally with two additional commits since the last revision:
> 
>  - fix cast
>  - Add cast to fegetround
>    
>    Should fix build errors in linuxppc64le crossbuild

I think the cast to `int` is ok as workaround for wrong gcc warnings in GHA. (fegetround is specified to return an `int`, so, the cast is basically a nop.)

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

Marked as reviewed by mdoerr (Reviewer).

PR Review: https://git.openjdk.org/jdk11u-dev/pull/1869#pullrequestreview-1420025557


More information about the jdk-updates-dev mailing list