On Tue, 7 Jan 2025 17:34:10 GMT, Erik Joelsson <er...@openjdk.org> wrote:

> The launcher src does not need any of the Java generated headers to compile, 
> yet we are currently adding that directory to the include path. This is 
> usually not a problem, but can cause a race that triggers unwanted 
> recompilation in incremental builds (see bug description for details). This 
> patch fixes this issue by not adding these directories to the include path 
> when building the launcher.

Seems like a reasonable fix.

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

Marked as reviewed by ihse (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/22953#pullrequestreview-2542372787

Reply via email to