Integrated: JDK-8273979: move some os time related functions to os_posix for POSIX platforms
Matthias Baesken
mbaesken at openjdk.java.net
Thu Sep 23 05:37:53 UTC 2021
On Mon, 20 Sep 2021 13:16:42 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> There are a couple of time related functions in os_<platform> for Linux, BSD+Mac and AIX that are pretty similar (or identical) across the platforms and can be centralized in os_posix .
> While doing so, I noticed that os::supports_vtime() returns always true , on Posix and also on Windows, so we might remove it completely if this prefered ?
>
> Best regards , Matthias
This pull request has now been integrated.
Changeset: 1c6fa113
Author: Matthias Baesken <mbaesken at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/1c6fa113bd06585945e077f0d2004a291c27946d
Stats: 238 lines in 4 files changed: 63 ins; 173 del; 2 mod
8273979: move some os time related functions to os_posix for POSIX platforms
Reviewed-by: dholmes, lucy
-------------
PR: https://git.openjdk.java.net/jdk/pull/5582
More information about the hotspot-runtime-dev
mailing list