src/hotspot/cpu/s390/vm_version_s390.cpp
changeset 47634 6a0c42c40cd1
parent 47607 c2ff34932cbd
child 47675 5af0dc07c0e7
--- a/src/hotspot/cpu/s390/vm_version_s390.cpp	Mon Oct 16 20:22:41 2017 +0000
+++ b/src/hotspot/cpu/s390/vm_version_s390.cpp	Mon Oct 16 22:36:06 2017 -0400
@@ -224,7 +224,7 @@
   }
 
   // z/Architecture supports 8-byte compare-exchange operations
-  // (see Atomic::cmpxchg and StubGenerator::generate_atomic_cmpxchg_ptr)
+  // (see Atomic::cmpxchg)
   // and 'atomic long memory ops' (see Unsafe_GetLongVolatile).
   _supports_cx8 = true;