RFR: 8323621: JDK build should exclude snippet class in java.lang.foreign
Erik Joelsson
erikj at openjdk.org
Fri Jan 12 17:34:20 UTC 2024
On Fri, 12 Jan 2024 15:17:42 GMT, Per Minborg <pminborg at openjdk.org> 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: java/lang/classfile/components/snippet-files \
> 41: jdk/lang/foreign/snippet-files
I can't find this directory in the source tree, but there is a `src/java.base/share/classes/java/lang/foreign/snippet-files`. Is that what you want to exclude?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17403#discussion_r1450739475
More information about the build-dev
mailing list