Integrated: 8260264: Move common os_<unix> inline methods to a common posix source file

Harold Seigel hseigel at openjdk.java.net
Tue Feb 2 13:13:44 UTC 2021


On Wed, 27 Jan 2021 19:14:52 GMT, Harold Seigel <hseigel at openjdk.org> wrote:

> Please review this fix for JDK-8260264 to move common functions from os_<unix>.inline.hpp files to os_posix.inline.hpp.  Functions ftruncate() and the two numa* functions could also be moved to os_posix.inline.hpp but would require BSD_ONLY and AIX_ONLY macros because of minor differences.
> 
> The change was tested by running Mach5 tiers 1,2 on Linux, Mac OS, and Windows, and tiers 3-5 on Linux x64.  Additionally, builds were done on Linux-s390x, Linux-ppc, Linux-arm32, and linux-x86.
> 
> Thanks, Harold

This pull request has now been integrated.

Changeset: 189b65b2
Author:    Harold Seigel <hseigel at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/189b65b2
Stats:     254 lines in 4 files changed: 60 ins; 194 del; 0 mod

8260264: Move common os_<unix> inline methods to a common posix source file

Reviewed-by: iklam, dholmes, coleenp, stuefe

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

PR: https://git.openjdk.java.net/jdk/pull/2267


More information about the hotspot-runtime-dev mailing list