RFR: 8315242: G1: Fix -Wconversion warnings around GCDrainStackTargetSize [v2]

Hamlin Li mli at openjdk.org
Wed Aug 30 19:09:27 UTC 2023


On Wed, 30 Aug 2023 09:49:32 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

LGTM.

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

Marked as reviewed by mli (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/15472#pullrequestreview-1603334481


More information about the hotspot-dev mailing list