< prev index next >

src/hotspot/cpu/zero/globalDefinitions_zero.hpp

Print this page
@@ -34,12 +34,10 @@
  #define DEFAULT_CACHE_LINE_SIZE 64
  
  // The default padding size for data structures to avoid false sharing.
  #define DEFAULT_PADDING_SIZE DEFAULT_CACHE_LINE_SIZE
  
- #define SUPPORT_MONITOR_COUNT
- 
  #include <ffi.h>
  
  // Indicates whether the C calling conventions require that
  // 32-bit integer argument values are extended to 64 bits.
  const bool CCallingConventionRequiresIntsAsLongs = false;
< prev index next >