src/hotspot/cpu/arm/stubGenerator_arm.cpp
changeset 59249 29b0d0b61615
parent 55490 3f3dc00a69a5
child 59251 4cbfa5077d68
--- a/src/hotspot/cpu/arm/stubGenerator_arm.cpp	Mon Nov 25 12:30:24 2019 +0100
+++ b/src/hotspot/cpu/arm/stubGenerator_arm.cpp	Mon Nov 25 12:31:39 2019 +0100
@@ -437,7 +437,8 @@
   // for which we do not support MP and so membars are not necessary. This ARMv5 code will
   // be removed in the future.
 
-  // Support for jint Atomic::add(jint add_value, volatile jint *dest)
+  // Implementation of atomic_add(jint add_value, volatile jint* dest)
+  // used by Atomic::add(volatile jint* dest, jint add_value)
   //
   // Arguments :
   //