RFR: 8316115: Parallel: Fix -Wconversion warnings around NUMA node ID [v2]
Thomas Schatzl
tschatzl at openjdk.org
Wed Sep 13 12:17:40 UTC 2023
On Tue, 12 Sep 2023 16:59:34 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
>> Essentially same as https://github.com/openjdk/jdk/pull/15541, but for Parallel.
>
> Albert Mingkun Yang has updated the pull request incrementally with one additional commit since the last revision:
>
> review
Looks good. Please fix the indentation issue before pushing.
src/hotspot/share/gc/parallel/mutableNUMASpace.hpp line 120:
> 118: }
> 119:
> 120: uint lgrp_id() const { return _lgrp_id; }
Indentation
-------------
Marked as reviewed by tschatzl (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/15682#pullrequestreview-1624390715
PR Review Comment: https://git.openjdk.org/jdk/pull/15682#discussion_r1324418999
More information about the hotspot-gc-dev
mailing list