RFR: 8337995: ZUtils::fill uses std::fill_n

Thomas Schatzl tschatzl at openjdk.org
Wed Dec 11 09:46:37 UTC 2024


On Tue, 10 Dec 2024 16:37:43 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

Marked as reviewed by tschatzl (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/22667#pullrequestreview-2494945298


More information about the hotspot-gc-dev mailing list