RFR: 8332697: ubsan: shenandoahSimpleBitMap.inline.hpp:68:23: runtime error: signed integer overflow: -9223372036854775808 - 1 cannot be represented in type 'long int' [v4]
Paul Hohensee
phh at openjdk.org
Wed Oct 2 19:56:36 UTC 2024
On Tue, 1 Oct 2024 21:44:48 GMT, William Kemper <wkemper at openjdk.org> wrote:
>> Use a template version of `right_n_bits` to use the same type for minuend and subtrahend.
>
> William Kemper has updated the pull request incrementally with one additional commit since the last revision:
>
> Inline unnecessary usages of right_n_bits
Not using right_n_bits() at works for me.
-------------
Marked as reviewed by phh (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/21236#pullrequestreview-2343946776
More information about the hotspot-gc-dev
mailing list