RFR: 8344026: Ubsan: prevent potential integer overflow in c1_LIRGenerator_<arch>.cpp file [v9]

Emanuel Peter epeter at openjdk.org
Thu Dec 12 09:41:40 UTC 2024


On Wed, 11 Dec 2024 11:24:13 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.
>
> Amit Kumar has updated the pull request incrementally with one additional commit since the last revision:
> 
>   adds testcase

Ok, looks reasonable. Thanks for adding the tests!

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

Marked as reviewed by epeter (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/22144#pullrequestreview-2498626481


More information about the hotspot-compiler-dev mailing list