On Thu, 21 Jan 2021 15:26:43 GMT, Gerard Ziemski <gziem...@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