On Mon, 2 Jun 2025 17:00:32 GMT, Doug Simon <dnsi...@openjdk.org> wrote:
>> There are plans to have libgraal be built for JDK master using a version of >> Native Image running on a JDK one version behind the current JDK. This >> Native Image execution needs to be able to load the JVMCI classes. As such, >> the JVMCI classes must have a class file major version of N-1 where N is the >> major class file version of the current JDK. > > Doug Simon has updated the pull request incrementally with one additional > commit since the last revision: > > use BOOT_JDK_SOURCETARGET instead For another compilation, I got: error: option --system cannot be used together with --release I guess that even if the rule "-source/-target is almost never more appropriate than --release" applies to Java developers at large, building the JDK might be that small corner case where the "almost" actually applies. ------------- PR Comment: https://git.openjdk.org/jdk/pull/25494#issuecomment-3024161108