Re: RFR: 8323621: JDK build should exclude snippet class in java.lang.foreign

2024-01-13 Thread Chen Liang
On Fri, 12 Jan 2024 17:31:55 GMT, Erik Joelsson wrote: >> This PR proposes to remove the snippet files in >> `java/lang/foreign/snippet-files` from the build. > > make/modules/java.base/Java.gmk line 41: > >> 39: java/lang/classfile/snippet-files \ >> 40:

RFR: 8323700: Add fontconfig requirement to building.md for Alpine Linux

2024-01-13 Thread Jan Kratochvil
Similar to JDK-8309287. - Commit messages: - 8323700: Add fontconfig requirement to building.md for Alpine Linux Changes: https://git.openjdk.org/jdk/pull/17415/files Webrev: https://webrevs.openjdk.org/?repo=jdk=17415=00 Issue: https://bugs.openjdk.org/browse/JDK-8323700

[jdk22] RFR: 8323008: filter out harmful -std* flags added by autoconf from CXX

2024-01-13 Thread Christoph Langer
Hi all, This pull request contains a backport of [JDK-8323008](https://bugs.openjdk.org/browse/JDK-8323008), commit [68c42860](https://github.com/openjdk/jdk/commit/68c4286026bc2c0ec0f594e0b96fe03fe5624d6d) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. The commit being