RFR: 8337995: ZUtils::fill uses std::fill_n [v2]
Stefan Karlsson
stefank at openjdk.org
Thu Dec 12 09:20:41 UTC 2024
On Wed, 11 Dec 2024 18:25:28 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
>> Please review this change to zUtils.cpp to use a for-loop to fill a block of
>> memory rather than using the std::fill_n algorithm. Use of <algorithm> is
>> currently not permitted in HotSpot.
>>
>> Testing: mach5 tier1
>
> Kim Barrett has updated the pull request incrementally with one additional commit since the last revision:
>
> stefank review
Marked as reviewed by stefank (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/22667#pullrequestreview-2498536282
More information about the hotspot-gc-dev
mailing list