On Tue, 17 Nov 2020 21:04:08 GMT, Erik Joelsson <er...@openjdk.org> wrote:
> 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. Looks good. ------------- Marked as reviewed by ihse (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/1275