|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwater.nbhm.UtilUnsafe
public class UtilUnsafe
Simple class to obtain access to the Unsafe object. Unsafe
is required to allow efficient CAS operations on arrays. Note that the
versions in java.util.concurrent.atomic, such as AtomicLongArray, require extra memory ordering
guarantees which are generally not needed in these algorithms and are also
expensive on most processors.
| Method Summary | |
|---|---|
static sun.misc.Unsafe |
getUnsafe()
Fetch the Unsafe. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static sun.misc.Unsafe getUnsafe()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||