Integrated: 8328079: JDK-8326583 broke ccache compilation

Magnus Ihse Bursie ihse at openjdk.org
Wed Mar 13 14:20:17 UTC 2024


On Wed, 13 Mar 2024 12:50:17 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:

> According to https://github.com/openjdk/jdk/pull/17986#issuecomment-1975396416, [JDK-8326583](https://bugs.openjdk.org/browse/JDK-8326583) broke ccache compilation.
> 
> The reason was that the ccache command line included `CCACHE_SLOPPINESS=pch_defines,time_macros`, and the comma was expanded wrongly, causing `time_macros ...` to look as an additional argument to `SetIfEmpty`.

This pull request has now been integrated.

Changeset: 4d644674
Author:    Magnus Ihse Bursie <ihse at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/4d644674442e491b477bdbb5469a58aa9151d573
Stats:     24 lines in 1 file changed: 0 ins; 0 del; 24 mod

8328079: JDK-8326583 broke ccache compilation

Reviewed-by: erikj, jwaters

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

PR: https://git.openjdk.org/jdk/pull/18273


More information about the build-dev mailing list