< prev index next >

src/hotspot/cpu/ppc/globalDefinitions_ppc.hpp

Print this page
rev 56744 : 8233078: fix minimal VM build on Linux ppc64(le)

*** 48,57 **** --- 48,59 ---- #define DEFAULT_CACHE_LINE_SIZE 128 #if defined(COMPILER2) && (defined(AIX) || defined(LINUX)) // Include Transactional Memory lock eliding optimization #define INCLUDE_RTM_OPT 1 + #else + #define INCLUDE_RTM_OPT 0 #endif #define SUPPORT_RESERVED_STACK_AREA #define THREAD_LOCAL_POLL
< prev index next >