Searched refs:VM_SUPPORTS_LONG_CAS (Results 1 – 2 of 2) sorted by relevance
64 static final boolean VM_SUPPORTS_LONG_CAS = VMSupportsCS8(); field in AtomicLong
93 if (AtomicLong.VM_SUPPORTS_LONG_CAS) in newUpdater()