diff src/os/aix/vm/os_aix.inline.hpp @ 14726:92aa6797d639

Backed out merge changeset: b51e29501f30 Backed out merge revision to its first parent (8f483e200405)
author Doug Simon <doug.simon@oracle.com>
date Mon, 24 Mar 2014 21:30:43 +0100
parents 97586c131ac8
children
line wrap: on
line diff
--- a/src/os/aix/vm/os_aix.inline.hpp	Fri Mar 21 16:36:59 2014 -0700
+++ b/src/os/aix/vm/os_aix.inline.hpp	Mon Mar 24 21:30:43 2014 +0100
@@ -283,10 +283,4 @@
                             const char* optval, socklen_t optlen) {
   return ::setsockopt(fd, level, optname, optval, optlen);
 }
-
-inline bool os::supports_monotonic_clock() {
-  // mread_real_time() is monotonic on AIX (see os::javaTimeNanos() comments)
-  return true;
-}
-
 #endif // OS_AIX_VM_OS_AIX_INLINE_HPP