In Xcode 12.2, the framework JavaVM was removed in the sysroot and all (relevant) frameworks inside were just moved one step up so we still find things like JavaNativeFoundation and JavaRuntimeSupport. There is however one test that currently links explicitly to JavaVM, which fails the build. The fix seems to be to simply remove this from the linker flags.
------------- Commit messages: - Stop linking to framework JavaVM Changes: https://git.openjdk.java.net/jdk/pull/1275/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=1275&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8256501 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.java.net/jdk/pull/1275.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/1275/head:pull/1275 PR: https://git.openjdk.java.net/jdk/pull/1275