RFR: 8337995: ZUtils::fill uses std::fill_n [v2]

Kim Barrett kbarrett at openjdk.org
Thu Dec 12 14:42:40 UTC 2024


On Wed, 11 Dec 2024 09:51:39 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Just got one question about the rule, I know a c++ compiler needs to support c++14, as `std::fill_n` is introduced in 17/20/26

Just to be clear, std::fill_n goes way back.  It's in C++98/03, and probably earlier.

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

PR Comment: https://git.openjdk.org/jdk/pull/22667#issuecomment-2539135922


More information about the hotspot-gc-dev mailing list