RFR: 8359163: Fix path to current module on ios
Johan Vos
jvos at openjdk.org
Thu Aug 14 09:39:31 UTC 2025
On Thu, 14 Aug 2025 09:22:57 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> LGTM. There is still a couple of `#ifndef __IOS__` left so the diff towards main is unfortunately mostly there. :( But sure, just ifdeffing out code is superior to adding new logic so it's definitely a step in the right direction.
Agree. There is more work to be done. I'm not 100% sure though about the best approach to fix the other IOS specific logic. There are a couple of options, and I try to avoid commiting option A only to realize later that option B would have been better.
But with this PR, we can run HelloWorld without much boilerplate code, and we can gain experience and feedback now.
Thanks!
-------------
PR Comment: https://git.openjdk.org/mobile/pull/39#issuecomment-3187794259
More information about the mobile-dev
mailing list