Home
last modified time | relevance | path

Searched refs:objectValue3 (Results 1 – 1 of 1) sorted by relevance

/art/test/004-UnsafeTest/src/
DMain.java185 Object objectValue3 = new Object(); in testGetAndPutAndCAS() local
186 if (!unsafe.compareAndSwapObject(t, objectOffset, objectValue2, objectValue3)) { in testGetAndPutAndCAS()
192 if (!unsafe.compareAndSwapObject(t, objectOffset, objectValue3, objectValue3)) { in testGetAndPutAndCAS()
198 if (!unsafe.compareAndSwapObject(t, objectOffset, objectValue3, t)) { in testGetAndPutAndCAS()