hotspot/src/cpu/x86/vm/globalDefinitions_x86.hpp
changeset 35071 a0910b1d3e0d
parent 31590 427d073af867
child 35135 dd2ce9021031
--- a/hotspot/src/cpu/x86/vm/globalDefinitions_x86.hpp	Fri Dec 11 13:18:10 2015 +0000
+++ b/hotspot/src/cpu/x86/vm/globalDefinitions_x86.hpp	Fri Dec 11 09:07:07 2015 -0800
@@ -57,4 +57,8 @@
 #define INCLUDE_RTM_OPT 1
 #endif
 
+#if defined(LINUX) || defined(SOLARIS) || defined(__APPLE__)
+#define SUPPORT_RESERVED_STACK_AREA
+#endif
+
 #endif // CPU_X86_VM_GLOBALDEFINITIONS_X86_HPP