< prev index next >

src/hotspot/share/utilities/globalDefinitions_visCPP.hpp

Print this page
rev 60632 : 8248670: Windows: Exception handling support on AArch64
Reviewed-by:
Contributed-by: mbeckwit, luhenry, burban

@@ -134,6 +134,10 @@
 #define ALWAYSINLINE __forceinline
 
 // Alignment
 #define ATTRIBUTE_ALIGNED(x) __declspec(align(x))
 
+#ifdef _M_ARM64
+#define USE_VECTORED_EXCEPTION_HANDLING
+#endif
+
 #endif // SHARE_UTILITIES_GLOBALDEFINITIONS_VISCPP_HPP
< prev index next >