< prev index next >

src/hotspot/os_cpu/windows_x86/atomic_windows_x86.hpp

Print this page

        

*** 71,81 **** STATIC_ASSERT(ByteSize == sizeof(T)); \ return xchg_using_helper<StubType>(StubName, exchange_value, dest); \ } DEFINE_STUB_XCHG(4, jint, os::atomic_xchg_func) ! DEFINE_STUB_XCHG(8, jlong, os::atomic_xchg_ptr_func) #undef DEFINE_STUB_XCHG #define DEFINE_STUB_CMPXCHG(ByteSize, StubType, StubName) \ template<> \ --- 71,81 ---- STATIC_ASSERT(ByteSize == sizeof(T)); \ return xchg_using_helper<StubType>(StubName, exchange_value, dest); \ } DEFINE_STUB_XCHG(4, jint, os::atomic_xchg_func) ! DEFINE_STUB_XCHG(8, jlong, os::atomic_xchg_long_func) #undef DEFINE_STUB_XCHG #define DEFINE_STUB_CMPXCHG(ByteSize, StubType, StubName) \ template<> \
< prev index next >