RFR: 8315242: G1: Fix -Wconversion warnings around GCDrainStackTargetSize [v2]
Thomas Schatzl
tschatzl at openjdk.org
Wed Aug 30 09:49:32 UTC 2023
On Wed, 30 Aug 2023 09:44:33 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
>> Use more precise type and range for `GCDrainStackTargetSize`.
>>
>> The change to `TASKQUEUE_SIZE` is there, because they are used in the same `MIN2`. (All uses expect `TASKQUEUE_SIZE` to be `uint` as well.)
>
> Albert Mingkun Yang has updated the pull request incrementally with one additional commit since the last revision:
>
> review
Marked as reviewed by tschatzl (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/15472#pullrequestreview-1602319485
More information about the hotspot-dev
mailing list