RFR: 8246112: Remove build-time and run-time checks for clock_gettime and CLOCK_MONOTONIC [v5]

Thomas Stuefe stuefe at openjdk.java.net
Fri Jan 22 10:13:57 UTC 2021


On Thu, 21 Jan 2021 15:26:43 GMT, Gerard Ziemski <gziemski at openjdk.org> wrote:

>> David Holmes has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Remove the always true os::supports_monotonic_clock()
>
> Marked as reviewed by gziemski (Committer).

Builds fine on AIX. I scheduled tests for the coming nights.
About os::javaTimeNanos, not sure if we still need that for AIX, but monotonic clocks gave us a lot of grief in the past on that .. platform and I prefer it to leave that way for now. Investigating if we can use clock_gettime for os::javaTimeNanos like Linux does can be done in a separate RFE.

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

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



More information about the build-dev mailing list