RFR: 8353468: [ubsan] arguments.cpp:2422:23: runtime error: 2.14748e+11 is outside the range of representable values of type 'int' [v3]

Afshin Zafari azafari at openjdk.org
Wed Aug 27 09:54:43 UTC 2025


> In converting values of `-XMinf` and `-XMaxf` options to `int`, overflow was not checked. 
> The values are checked against INT_MAX and clamped.
> 
> Tests: tiers 1-5.

Afshin Zafari has updated the pull request incrementally with one additional commit since the last revision:

  improved invalid detection and error messages

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/26859/files
  - new: https://git.openjdk.org/jdk/pull/26859/files/74144083..87e0b8d9

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=26859&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=26859&range=01-02

  Stats: 20 lines in 2 files changed: 9 ins; 4 del; 7 mod
  Patch: https://git.openjdk.org/jdk/pull/26859.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/26859/head:pull/26859

PR: https://git.openjdk.org/jdk/pull/26859


More information about the hotspot-runtime-dev mailing list