--- old/src/hotspot/os_cpu/bsd_x86/bsd_x86_32.s 2017-12-06 12:37:40.091942784 -0500 +++ new/src/hotspot/os_cpu/bsd_x86/bsd_x86_32.s 2017-12-06 12:37:39.767184992 -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):