Integrated: 8257897: Fix webkit build for XCode 12

Arun Joseph ajoseph at openjdk.java.net
Wed Dec 9 02:54:33 UTC 2020


On Tue, 8 Dec 2020 17:29:56 GMT, Arun Joseph <ajoseph at openjdk.org> wrote:

> The WebKit build fails with recent Xcode 12.
> 
> Bug: `getVTablePointer()` should return a const void*
> 
> Fix: Use const void* and remove dependency on JavaVM.framework in Xcode
> Upstream fix: https://bugs.webkit.org/show_bug.cgi?id=207871
> 
> Test: Build webkit with the Xcode 12 compiler with and without this fix. It should fail without the fix and build with the fix.

This pull request has now been integrated.

Changeset: 7fa02fe2
Author:    Arun Joseph <ajoseph at openjdk.org>
URL:       https://git.openjdk.java.net/jfx/commit/7fa02fe2
Stats:     8 lines in 3 files changed: 0 ins; 4 del; 4 mod

8257897: Fix webkit build for XCode 12

Reviewed-by: kcr

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

PR: https://git.openjdk.java.net/jfx/pull/365


More information about the openjfx-dev mailing list