comparison src/os/windows/vm/os_windows.inline.hpp @ 18041:52b4284cb496

Merge with jdk8u20-b26
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 15 Oct 2014 16:02:50 +0200
parents 4ca6dc0799b6 0118c8c7b80f
children 7848fc12602b
comparison
equal deleted inserted replaced
17606:45d7b2c7029d 18041:52b4284cb496
105 105
106 inline int os::close(int fd) { 106 inline int os::close(int fd) {
107 return ::close(fd); 107 return ::close(fd);
108 } 108 }
109 109
110 #ifndef PRODUCT 110 #define CALL_TEST_FUNC_WITH_WRAPPER_IF_NEEDED(f) \
111 #define CALL_TEST_FUNC_WITH_WRAPPER_IF_NEEDED(f) \ 111 os::win32::call_test_func_with_wrapper(f)
112 os::win32::call_test_func_with_wrapper(f)
113 #endif
114 112
115 #endif // OS_WINDOWS_VM_OS_WINDOWS_INLINE_HPP 113 #endif // OS_WINDOWS_VM_OS_WINDOWS_INLINE_HPP