Integrated: 8358799: Refactor os::jvm_path()

Calvin Cheung ccheung at openjdk.org
Tue Jun 10 16:23:38 UTC 2025


On Fri, 6 Jun 2025 16:35:15 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

> The linux, bsd, and aix versions of os::jvm_path() are very similar and can be combined into one in os_posix.cpp.
> 
> Passed tiers 1 - 3 tests.
> However, tests were not run on the aix platform since it is not one of the Oracle supported platforms.

This pull request has now been integrated.

Changeset: 500a3a2d
Author:    Calvin Cheung <ccheung at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/500a3a2d0af0a3f7cf58b909bbbc2aa25926d8b4
Stats:     300 lines in 4 files changed: 89 ins; 211 del; 0 mod

8358799: Refactor os::jvm_path()

Reviewed-by: dholmes, jsjolen

-------------

PR: https://git.openjdk.org/jdk/pull/25675


More information about the hotspot-runtime-dev mailing list