RFR: JDK-8256501: libTestMainKeyWindow fails to build with Xcode 12.2

Sergey Bylokhov serb at openjdk.java.net
Tue Nov 17 21:30:06 UTC 2020


On Tue, 17 Nov 2020 21:04:08 GMT, Erik Joelsson <erikj at 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.

Marked as reviewed by serb (Reviewer).

-------------

PR: https://git.openjdk.java.net/jdk/pull/1275



More information about the build-dev mailing list