src/hotspot/os_cpu/bsd_x86/atomic_bsd_x86.hpp
changeset 51996 84743156e780
parent 50029 ea0a16ba6ac0
child 53244 9807daeb47c4
--- a/src/hotspot/os_cpu/bsd_x86/atomic_bsd_x86.hpp	Wed Oct 03 11:43:39 2018 +0530
+++ b/src/hotspot/os_cpu/bsd_x86/atomic_bsd_x86.hpp	Wed Oct 03 03:41:57 2018 -0400
@@ -136,7 +136,7 @@
 
 extern "C" {
   // defined in bsd_x86.s
-  int64_t _Atomic_cmpxchg_long(int64_t, volatile int64_t*, int64_t, bool);
+  int64_t _Atomic_cmpxchg_long(int64_t, volatile int64_t*, int64_t);
   void _Atomic_move_long(const volatile int64_t* src, volatile int64_t* dst);
 }