RFR: 8346931: Replace divisions by zero in sharedRuntimeTrans.cpp [v5]
Matthias Baesken
mbaesken at openjdk.org
Tue Mar 25 08:32:03 UTC 2025
> 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
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/24136/files
- new: https://git.openjdk.org/jdk/pull/24136/files/2b82fe21..0e78b823
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=24136&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=24136&range=03-04
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/24136.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/24136/head:pull/24136
PR: https://git.openjdk.org/jdk/pull/24136
More information about the hotspot-dev
mailing list