< prev index next >
src/hotspot/cpu/ppc/vm_version_ppc.cpp
Print this page
rev 47400 : [mq]: cmpxchg_ptr
@@ -147,12 +147,11 @@
_features_string = os::strdup(buf);
if (Verbose) {
print_features();
}
- // PPC64 supports 8-byte compare-exchange operations (see
- // Atomic::cmpxchg and StubGenerator::generate_atomic_cmpxchg_ptr)
+ // PPC64 supports 8-byte compare-exchange operations (see Atomic::cmpxchg)
// and 'atomic long memory ops' (see Unsafe_GetLongVolatile).
_supports_cx8 = true;
// Used by C1.
_supports_atomic_getset4 = true;
< prev index next >