RFR: 8171508: os::jvm_path: error in handling -Dsun.java.launcher.is_altjvm option after 8066474
Thomas Stuefe
stuefe at openjdk.org
Sat Mar 29 06:41:16 UTC 2025
On Sat, 29 Mar 2025 04:28:49 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:
> This change fixes two issues in `os::jvm_path()`:
>
> - go back 4 instead of 5 slashes and then checking for "/jre/lib";
> - fix the hardcoded "hotspot" sub-directory before the jvm library name.
>
> Passed tiers 1 - 3 testing.
See https://mail.openjdk.org/pipermail/hotspot-runtime-dev/2017-April/023228.html
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24310#issuecomment-2763191351
More information about the hotspot-runtime-dev
mailing list