src/cpu/sparc/vm/globalDefinitions_sparc.hpp

Print this page

        

*** 52,57 **** --- 52,61 ---- // pure C2, 32-bit, medium machine #define DEFAULT_CACHE_LINE_SIZE 64 #endif #endif + #if defined(SOLARIS) + #define SUPPORT_RESERVED_STACK_AREA + #endif + #endif // CPU_SPARC_VM_GLOBALDEFINITIONS_SPARC_HPP