On Mon, 11 Dec 2023 02:36:30 GMT, Guoxiong Li <g...@openjdk.org> wrote:

> Hi all,
> 
> This patch fixes the building failure introduced by 
> [JDK-8319577](https://bugs.openjdk.org/browse/JDK-8319577) in old GCC version 
> (linux & GCC 7.5.0 locally).
> 
> Thanks for the review.
> 
>  Best Regards,
> -- Guoxiong

Please hold off on this change while I follow up on JDK-8319577.  This code
requires C++17, which was turned on for a relevant small subset of the JDK by
that change.  There was some discussion there about version limiting that
change, but that doesn't seem to have been done, with this breakage being a
consequence.

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

PR Review: https://git.openjdk.org/jdk/pull/17047#pullrequestreview-1776491102

Reply via email to