Integrated: 8344026: Ubsan: prevent potential integer overflow in c1_LIRGenerator_<arch>.cpp file
Amit Kumar
amitkumar at openjdk.org
Thu Dec 12 09:54:48 UTC 2024
On Fri, 15 Nov 2024 10:04:51 GMT, Amit Kumar <amitkumar at openjdk.org> wrote:
> This PR converts datatype from `jint` to `juint` for contstant `c` check in c1_LIRGenerator_<arch>.cpp. Please look JBS for more info.
This pull request has now been integrated.
Changeset: 77e49322
Author: Amit Kumar <amitkumar at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/77e493226d6875bb73faaadedc4170dbb5d4fdc5
Stats: 109 lines in 5 files changed: 88 ins; 0 del; 21 mod
8344026: Ubsan: prevent potential integer overflow in c1_LIRGenerator_<arch>.cpp file
Reviewed-by: aph, epeter, mdoerr
-------------
PR: https://git.openjdk.org/jdk/pull/22144
More information about the hotspot-compiler-dev
mailing list