On Mon, 26 Jun 2023 12:36:38 GMT, Daniel Jeliński <djelin...@openjdk.org> wrote:
> Enabling `Zc:inline` flag improves C++11 standard compliance, reduces the > size of obj files produced by the build by 200+MB, and might also improve > build speed. > > 2 files failed to compile with the flag added; see JBS for details if you're > interested. This PR fixes the compilation issues. > > Tier1-4 builds and Tier1-2 tests passed. This pull request has now been integrated. Changeset: 48e61c1d Author: Daniel Jeliński <djelin...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/48e61c1df53c11ed49603abd70a3dd62a25f7be5 Stats: 5 lines in 3 files changed: 1 ins; 0 del; 4 mod 8310728: Enable Zc:inline flag in Visual Studio build Reviewed-by: erikj ------------- PR: https://git.openjdk.org/jdk/pull/14651