Integrated: 8359163: Fix path to current module on ios
Johan Vos
jvos at openjdk.org
Thu Aug 14 09:39:31 UTC 2025
On Tue, 29 Jul 2025 14:18:28 GMT, Johan Vos <jvos at openjdk.org> wrote:
> Minimize ios-specific logic to calculate the location for java_home.
> The java_home property should be based on the jvm_path, and not on the user_home
>
> Fix JDK-8359163
>
> This patch still has ios-specific logic, e.g. we don't have a {client/server} suffix to the jvm home. More important, though, is that we do not want to point to userspace for the location of the jvm modules etc itself. Those should be derived from the installed application location, which matches the jvm_home property.
> Applying this patch removes one more location where the mobile repository differs from upstream jdk.
This pull request has now been integrated.
Changeset: 4c777924
Author: Johan Vos <jvos at openjdk.org>
URL: https://git.openjdk.org/mobile/commit/4c7779247d16b83229cb6ebb08c2ec46c91e65e3
Stats: 7 lines in 1 file changed: 1 ins; 6 del; 0 mod
8359163: Fix path to current module on ios
Reviewed-by: ihse
-------------
PR: https://git.openjdk.org/mobile/pull/39
More information about the mobile-dev
mailing list