src/hotspot/os_cpu/bsd_x86/bsd_x86_32.s
changeset 48468 7cc7de9bf4a4
parent 47216 71c04702a3d5
child 51996 84743156e780
--- a/src/hotspot/os_cpu/bsd_x86/bsd_x86_32.s	Mon Dec 18 12:11:01 2017 +0100
+++ b/src/hotspot/os_cpu/bsd_x86/bsd_x86_32.s	Tue Dec 19 06:29:17 2017 -0500
@@ -633,10 +633,10 @@
         ret
 
 
-        # Support for jlong Atomic::cmpxchg(jlong exchange_value,
-        #                                   volatile jlong* dest,
-        #                                   jlong compare_value,
-        #                                   bool is_MP)
+        # Support for int64_t Atomic::cmpxchg(int64_t exchange_value,
+        #                                     volatile int64_t* dest,
+        #                                     int64_t compare_value,
+        #                                     bool is_MP)
         #
         .p2align 4,,15
         ELF_TYPE(_Atomic_cmpxchg_long,@function)
@@ -658,8 +658,8 @@
         ret
 
 
-        # Support for jlong Atomic::load and Atomic::store.
-        # void _Atomic_move_long(const volatile jlong* src, volatile jlong* dst)
+        # Support for int64_t Atomic::load and Atomic::store.
+        # void _Atomic_move_long(const volatile int64_t* src, volatile int64_t* dst)
         .p2align 4,,15
         ELF_TYPE(_Atomic_move_long,@function)
 SYMBOL(_Atomic_move_long):