RFR: 8343293: Remove the check for <apphome>/jre/lib/libjava.dylib from the launcher's java_md_macosx.m
Jaikiran Pai
jpai at openjdk.org
Wed Oct 30 14:31:21 UTC 2024
Can I please get a review of this change which cleans up a leftover code from the launcher's java_md_macosx.m file?
In https://bugs.openjdk.org/browse/JDK-8329862 changes were done in the launcher code to remove checks for `<apphome>/jre/lib/` when determining the JDK installation root. Those changes were done in the Unix and Windows files and the macosx one got left out, likely due to an oversight.
The commit in this PR removes that leftover code.
-------------
Commit messages:
- 8343293: Remove the check for <apphome>/jre/lib/libjava.dylib from the launcher's java_md_macosx.m
Changes: https://git.openjdk.org/jdk/pull/21789/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=21789&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8343293
Stats: 12 lines in 1 file changed: 0 ins; 12 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/21789.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/21789/head:pull/21789
PR: https://git.openjdk.org/jdk/pull/21789
More information about the core-libs-dev
mailing list