RFR: 8368573: MultiBranchNode::required_outcnt should return an unsigned int
Manuel Hässig
mhaessig at openjdk.org
Thu Oct 9 10:27:29 UTC 2025
On Thu, 9 Oct 2025 07:38:28 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:
>> This small PR turns the type `MultiBranchNode::required_outcnt` from an `int` into a `uint` because all usages of this are already unsigned integers. Thus, the patch eliminates all implicit conversion from the code path.
>>
>> Testing:
>> - [x] Github Actions
>> - [x] tier1, tier2 on Oracle supported platforms
>
> Looks good and trivial!
Thank you for your reviews, @chhagedorn, @dafedafe, @fandreuz.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27714#issuecomment-3385188505
More information about the hotspot-compiler-dev
mailing list