comparison src/os/windows/vm/os_windows.inline.hpp @ 17829:0118c8c7b80f

8038633: crash in VM_Version::get_processor_features() on startup Summary: Windows need an exception wrapper around getPsrInfo_stub() call in order to properly handle SEGV for YMM registers test. Reviewed-by: iveresov, iignatyev
author kvn
date Mon, 31 Mar 2014 13:08:03 -0700
parents 59b052799158
children 52b4284cb496 ce8f6bb717c9
comparison
equal deleted inserted replaced
17828:8a84bedf7173 17829:0118c8c7b80f
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