Home
last modified time | relevance | path

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

/art/test/004-UnsafeTest/src/
DMain.java237 check(tv.volatileLongVar, longValue, "Unsafe.putLongVolatile(Object, long, long)"); in testGetAndPutVolatile()
295 public volatile long volatileLongVar = 0; field in Main.TestVolatileClass