hotspot/src/os/solaris/vm/os_solaris.inline.hpp
changeset 26682 f339669ba825
parent 25468 5331df506290
child 27400 c5955f4b7c84
equal deleted inserted replaced
26681:d35d35fbbe43 26682:f339669ba825
   155 inline bool os::supports_monotonic_clock() {
   155 inline bool os::supports_monotonic_clock() {
   156   // javaTimeNanos() is monotonic on Solaris, see getTimeNanos() comments
   156   // javaTimeNanos() is monotonic on Solaris, see getTimeNanos() comments
   157   return true;
   157   return true;
   158 }
   158 }
   159 
   159 
       
   160 inline void os::exit(int num) {
       
   161   ::exit(num);
       
   162 }
       
   163 
   160 #endif // OS_SOLARIS_VM_OS_SOLARIS_INLINE_HPP
   164 #endif // OS_SOLARIS_VM_OS_SOLARIS_INLINE_HPP