RFR: 8281459: WebKit 613.1 build broken on M1
Johan Vos
jvos at openjdk.java.net
Wed Feb 9 21:13:17 UTC 2022
On Wed, 9 Feb 2022 19:14:47 GMT, Ambarish Rapte <arapte at openjdk.org> wrote:
> This seems like a bad merge issue.
> There were duplicate copies of four methods in `MacroAssemblerARM64.h` which caused WebKit build failure on Mac M1 machines.
> Just removing the methods removes the error.
> With the changes in this PR, now the file `MacroAssemblerARM64.h` matches with the WebKit mainline.
Thanks for the quick patch.
This looks good om Linux-aarch64 (which suffered from the same issue). I'll do a test on M1 tomorrow.
-------------
PR: https://git.openjdk.java.net/jfx/pull/730
More information about the openjfx-dev
mailing list