View | Details | Raw Unified | Return to bug 237208 | Differences between
and this patch

Collapse All | Expand All

(-)src/hotspot/cpu/ppc/globalDefinitions_ppc.hpp (+2 lines)
Lines 50-55 Link Here
50
#if defined(COMPILER2) && (defined(AIX) || defined(LINUX))
50
#if defined(COMPILER2) && (defined(AIX) || defined(LINUX))
51
// Include Transactional Memory lock eliding optimization
51
// Include Transactional Memory lock eliding optimization
52
#define INCLUDE_RTM_OPT 1
52
#define INCLUDE_RTM_OPT 1
53
#else
54
#define INCLUDE_RTM_OPT 0
53
#endif
55
#endif
54
56
55
#define SUPPORT_RESERVED_STACK_AREA
57
#define SUPPORT_RESERVED_STACK_AREA

Return to bug 237208