diff against openjdk/jdk head
Magnus Ihse Bursie
magnus.ihse.bursie at oracle.com
Thu May 30 19:09:26 UTC 2024
On 2024-05-14 16:21, Johan Vos wrote:
> Hi,
>
> The current master branch of openjdk/mobile has some changes that are
> not in upstream openjdk/jdk, but not all of them are (still) relevant
> and there is also a major syntax error.
> Rather than adding mobile-specific changes on top of the current
> master branch, I started from the head of openjdk/jdk to find out what
> changes I had to make to build both ios and android versions.
> I did this in my personal fork, in a branch named android-may-2024:
> https://github.com/johanvos/jdk/tree/android-may-2024
>
> There are 4 commits in this branch:
> * changes required to build Android
> * changes required to build iOS
> * header files I added for the hotspot build for Android
> * header files I added for the hotspot build for iOS
>
> With these commits, I can build the static libs and VM for ios and
> android using
> make static-libs-image
These changes look very clean. I think it would be much better to
restart from jdk mainline and apply these patches. Have you had any
progress in figuring out how to best achieve that?
/Magnus
More information about the mobile-dev
mailing list