RFR: 8346931: Replace divisions by zero in sharedRuntimeTrans.cpp [v4]
Matthias Baesken
mbaesken at openjdk.org
Mon Mar 24 13:08:48 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:
remove CAN_USE_NAN_DEFINE
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/24136/files
- new: https://git.openjdk.org/jdk/pull/24136/files/263f771f..2b82fe21
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=24136&range=03
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=24136&range=02-03
Stats: 3 lines in 1 file changed: 0 ins; 3 del; 0 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