RFR: 8308975: Fix signed integer overflow in compiler code, part 2 [v3]

Coleen Phillimore coleenp at openjdk.org
Wed May 31 11:37:56 UTC 2023


On Wed, 31 May 2023 00:23:01 GMT, Dean Long <dlong at openjdk.org> wrote:

>> This is a followup from part 1.  I had to use java_add/subtract/multiply/negate in a few more places.
>> cpu_loads_process had an overflow on BSD when the first snapshot is relative to the epoch in 1970.
>> Use unsigned for C2 Type hash functions.
>
> Dean Long has updated the pull request incrementally with one additional commit since the last revision:
> 
>   fix potential -Werror=conversion issue

Looks good, thanks for the updates.

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

Marked as reviewed by coleenp (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/14188#pullrequestreview-1452954847


More information about the hotspot-dev mailing list