RFR: 8310728: Enable Zc:inline flag in Visual Studio build

Erik Joelsson erikj at openjdk.org
Mon Jun 26 13:12:03 UTC 2023


On Mon, 26 Jun 2023 12:36:38 GMT, Daniel Jeliński <djelinski at 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.

Looks good to me.

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

Marked as reviewed by erikj (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/14651#pullrequestreview-1498487839


More information about the hotspot-dev mailing list