RFR: 8344026: Ubsan: prevent potential integer overflow in c1_LIRGenerator_<arch>.cpp file [v8]
Amit Kumar
amitkumar at openjdk.org
Mon Nov 25 13:44:03 UTC 2024
> This PR converts datatype from `jint` to `juint` for contstant `c` check in c1_LIRGenerator_<arch>.cpp. Please look JBS for more info.
Amit Kumar has updated the pull request incrementally with one additional commit since the last revision:
unsigned int -> juint
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/22144/files
- new: https://git.openjdk.org/jdk/pull/22144/files/cad8a9bc..ba9e3867
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=22144&range=07
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=22144&range=06-07
Stats: 5 lines in 4 files changed: 0 ins; 0 del; 5 mod
Patch: https://git.openjdk.org/jdk/pull/22144.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/22144/head:pull/22144
PR: https://git.openjdk.org/jdk/pull/22144
More information about the hotspot-compiler-dev
mailing list