On Thu, 9 Jan 2025 16:47:18 GMT, Matthias Baesken <mbaes...@openjdk.org> wrote:

> The functions unix_getParentPidAndTimings and unix_getCmdlineAndUserInfo in 
> src/java.base/unix/native/libjava/ProcessHandleImpl_unix.c used to hold an 
> implementation that was shared between Solaris and AIX. Linux and MacOS 
> already had specific implementations. After the removal of the Solaris port, 
> these two functions can be removed in favor of inline implementations of 
> os_getParentPidAndTimings and os_getCmdlineAndUserInfo in 
> src/java.base/aix/native/libjava/ProcessHandleImpl_aix.c.

This pull request has now been integrated.

Changeset: 1f7925ce
Author:    Matthias Baesken <mbaes...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/1f7925ceb4460b1052c93969749a52487bf133fc
Stats:     434 lines in 4 files changed: 180 ins; 245 del; 9 mod

8347270: Remove unix_getParentPidAndTimings, unix_getChildren and 
unix_getCmdlineAndUserInfo

Reviewed-by: rriggs, clanger, jkern

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

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

Reply via email to