hotspot/src/os/windows/vm/os_windows.inline.hpp
changeset 26682 f339669ba825
parent 25468 5331df506290
child 30143 7e99f2b4bae5
equal deleted inserted replaced
26681:d35d35fbbe43 26682:f339669ba825
    98 
    98 
    99 inline bool os::supports_monotonic_clock() {
    99 inline bool os::supports_monotonic_clock() {
   100   return win32::_has_performance_count;
   100   return win32::_has_performance_count;
   101 }
   101 }
   102 
   102 
       
   103 inline void os::exit(int num) {
       
   104   win32::exit_process_or_thread(win32::EPT_PROCESS, num);
       
   105 }
       
   106 
   103 #define CALL_TEST_FUNC_WITH_WRAPPER_IF_NEEDED(f) \
   107 #define CALL_TEST_FUNC_WITH_WRAPPER_IF_NEEDED(f) \
   104         os::win32::call_test_func_with_wrapper(f)
   108         os::win32::call_test_func_with_wrapper(f)
   105 
   109 
   106 #endif // OS_WINDOWS_VM_OS_WINDOWS_INLINE_HPP
   110 #endif // OS_WINDOWS_VM_OS_WINDOWS_INLINE_HPP