< prev index next >

src/hotspot/cpu/zero/globalDefinitions_zero.hpp

Print this page
rev 56016 : 8229422: Taskqueue: Outdated selection of weak memory model platforms
Reviewed-by:

@@ -28,10 +28,13 @@
 
 #ifdef _LP64
 #define SUPPORTS_NATIVE_CX8
 #endif
 
+// Not available.
+#define SUPPORT_IRIW_FOR_NOT_MULTI_COPY_ATOMIC_CPU false
+
 #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 >