--- old/src/hotspot/os_cpu/bsd_x86/bsd_x86_32.s 2019-11-21 11:56:48.978622479 +0100 +++ new/src/hotspot/os_cpu/bsd_x86/bsd_x86_32.s 2019-11-21 11:56:48.474613962 +0100 @@ -633,9 +633,9 @@ ret - # Support for int64_t Atomic::cmpxchg(int64_t exchange_value, + # Support for int64_t Atomic::cmpxchg(int64_t compare_value, # volatile int64_t* dest, - # int64_t compare_value) + # int64_t exchange_value) # .p2align 4,,15 ELF_TYPE(_Atomic_cmpxchg_long,@function) @@ -665,4 +665,3 @@ movl 8(%esp), %eax # dest fistpll (%eax) ret -