RFR: 8346931: Replace divisions by zero in sharedRuntimeTrans.cpp [v5]

Matthias Baesken mbaesken at openjdk.org
Wed Mar 26 12:34:21 UTC 2025


On Tue, 25 Mar 2025 08:32:03 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

>> There are a few divisions by zero in sharedRuntimeTrans.cpp, used to "construct" NaN and -infinity. This should probably be replaced by using functionality from std::numeric_limits .
>
> Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
> 
>   adjust check

Thanks for the reviews !

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

PR Comment: https://git.openjdk.org/jdk/pull/24136#issuecomment-2754243239


More information about the hotspot-dev mailing list