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

Erik Joelsson erikj at openjdk.java.net
Wed Nov 18 14:14:07 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.

This pull request has now been integrated.

Changeset: 4e5116c4
Author:    Erik Joelsson <erikj at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/4e5116c4
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8256501: libTestMainKeyWindow fails to build with Xcode 12.2

Reviewed-by: ihse, serb

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

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



More information about the build-dev mailing list