--- old/src/os/windows/vm/os_windows.inline.hpp 2014-09-07 09:54:03.941437119 +0400 +++ new/src/os/windows/vm/os_windows.inline.hpp 2014-09-07 09:54:03.821378626 +0400 @@ -100,6 +100,10 @@ return win32::_has_performance_count; } +inline void os::exit(int num) { + win32::exit_process_or_thread(win32::EPT_PROCESS, num); +} + #define CALL_TEST_FUNC_WITH_WRAPPER_IF_NEEDED(f) \ os::win32::call_test_func_with_wrapper(f)