< prev index next >

src/hotspot/share/utilities/globalDefinitions_visCPP.hpp

Print this page
8248238: Adding Windows support to OpenJDK on AArch64

Summary: Adding Windows support for AArch64

Contributed-by: Ludovic Henry <luhenry@microsoft.com>, Monica Beckwith <monica.beckwith@microsoft.com>
Reviewed-by:

*** 163,168 **** --- 163,175 ---- #define ALWAYSINLINE __forceinline // Alignment #define ATTRIBUTE_ALIGNED(x) __declspec(align(x)) + // Depreciation + #define DEPRECATED __declspec(deprecated) + + #ifdef _M_ARM64 + #define USE_VECTORED_EXCEPTION_HANDLING + #endif + #endif // SHARE_UTILITIES_GLOBALDEFINITIONS_VISCPP_HPP
< prev index next >