< prev index next >

src/hotspot/cpu/sparc/stubGenerator_sparc.cpp

Print this page

        

@@ -583,11 +583,11 @@
     // is flushed, and will stay flushed while the caller executes.
 
     return start;
   }
 
-  // Support for jint Atomic::xchg(jint exchange_value, volatile jint* dest).
+  // Support for jint Atomic::xchg(volatile jint* dest, jint exchange_value).
   //
   // Arguments:
   //
   //      exchange_value: O0
   //      dest:           O1
< prev index next >