< prev index next >

src/hotspot/cpu/aarch64/globalDefinitions_aarch64.hpp

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

@@ -32,10 +32,12 @@
 // 32-bit integer argument values are extended to 64 bits.
 const bool CCallingConventionRequiresIntsAsLongs = false;
 
 #define SUPPORTS_NATIVE_CX8
 
+// aarch64 is not CPU_MULTI_COPY_ATOMIC
+
 // According to the ARMv8 ARM, "Concurrent modification and execution
 // of instructions can lead to the resulting instruction performing
 // any behavior that can be achieved by executing any sequence of
 // instructions that can be executed from the same Exception level,
 // except where the instruction before modification and the
< prev index next >