< prev index next >

src/cpu/aarch64/vm/globalDefinitions_aarch64.hpp

Print this page
rev 12502 : 8172144: AArch64: Implement "JEP 270: Reserved Stack Areas for Critical Sections"
Reviewed-by: duke

@@ -51,6 +51,8 @@
 // ways we can avoid this, but these would slow down C1-compiled code
 // in the defauilt case.  We could revisit this decision if we get any
 // evidence that it's worth doing.
 #define DEOPTIMIZE_WHEN_PATCHING
 
+#define SUPPORT_RESERVED_STACK_AREA
+
 #endif // CPU_AARCH64_VM_GLOBALDEFINITIONS_AARCH64_HPP
< prev index next >