src/hotspot/cpu/ppc/vm_version_ppc.cpp
changeset 47634 6a0c42c40cd1
parent 47608 9d337e48b178
child 47765 b7c7428eaab9
--- a/src/hotspot/cpu/ppc/vm_version_ppc.cpp	Mon Oct 16 20:22:41 2017 +0000
+++ b/src/hotspot/cpu/ppc/vm_version_ppc.cpp	Mon Oct 16 22:36:06 2017 -0400
@@ -149,8 +149,7 @@
     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;