Home
last modified time | relevance | path

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

/art/test/004-UnsafeTest/src/
DMain.java216 TestVolatileClass tv = new TestVolatileClass(); in testGetAndPutVolatile()
219 Field volatileIntField = TestVolatileClass.class.getDeclaredField("volatileIntVar"); in testGetAndPutVolatile()
231 Field volatileLongField = TestVolatileClass.class.getDeclaredField("volatileLongVar"); in testGetAndPutVolatile()
243 Field volatileObjectField = TestVolatileClass.class.getDeclaredField("volatileObjectVar"); in testGetAndPutVolatile()
293 private static class TestVolatileClass { class in Main