--- old/test/compiler/unsafe/SunMiscUnsafeAccessTestDouble.java 2016-04-30 01:02:39.464175012 +0300 +++ new/test/compiler/unsafe/SunMiscUnsafeAccessTestDouble.java 2016-04-30 01:02:39.408175274 +0300 @@ -40,6 +40,7 @@ public class SunMiscUnsafeAccessTestDouble { static final int ITERS = Integer.getInteger("iters", 1); + static final int WEAK_ATTEMPTS = Integer.getInteger("weakAttempts", 10); static final sun.misc.Unsafe UNSAFE; @@ -160,7 +161,6 @@ - } static void testAccess(long address) { @@ -173,4 +173,3 @@ } } -