Searched defs:unsafe (Results 1 – 4 of 4) sorted by relevance
51 Unsafe unsafe = getUnsafe(); in main() local59 private static void testArrayBaseOffset(Unsafe unsafe) { in testArrayBaseOffset()78 private static void testArrayIndexScale(Unsafe unsafe) { in testArrayIndexScale()97 private static void testGetAndPutAndCAS(Unsafe unsafe) throws NoSuchFieldException { in testGetAndPutAndCAS()200 private static void testGetAndPutVolatile(Unsafe unsafe) throws NoSuchFieldException { in testGetAndPutVolatile()
36 Unsafe unsafe = getUnsafe(); in main() local41 public static void testUnsafeGetLong(Unsafe unsafe) throws Exception { in testUnsafeGetLong()
27 Unsafe unsafe = getUnsafe(); in main() local
30 private static final Unsafe unsafe = getUnsafe(); field in Main