< prev index next >

src/hotspot/cpu/ppc/globalDefinitions_ppc.hpp

Print this page
@@ -43,17 +43,10 @@
  // So we must not #define CPU_MULTI_COPY_ATOMIC
  
  // The expected size in bytes of a cache line, used to pad data structures.
  #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
  
  // If UseSIGTRAP is active, we only use the poll bit and no polling page.
  // Otherwise, we fall back to usage of the polling page in nmethods.
  // Define the condition to use this -XX flag.
< prev index next >