--- old/test/compiler/unsafe/UnsafeRaw.java 2014-10-28 19:58:59.691457703 +0300 +++ new/test/compiler/unsafe/UnsafeRaw.java 2014-10-28 19:58:59.507457698 +0300 @@ -80,7 +80,7 @@ final int element_size = 4; final int magic = 0x12345678; - Random rnd = new Random(); + Random rnd = Utils.getRandomInstance(); long array = unsafe.allocateMemory(array_size * element_size); // 128 ints long addr = array + array_size * element_size / 2; // something in the middle to work with