--- old/test/compiler/unsafe/JdkInternalMiscUnsafeAccessTestByte.java 2016-04-30 01:02:37.544184014 +0300 +++ new/test/compiler/unsafe/JdkInternalMiscUnsafeAccessTestByte.java 2016-04-30 01:02:37.484184295 +0300 @@ -40,6 +40,7 @@ public class JdkInternalMiscUnsafeAccessTestByte { static final int ITERS = Integer.getInteger("iters", 1); + static final int WEAK_ATTEMPTS = Integer.getInteger("weakAttempts", 10); static final jdk.internal.misc.Unsafe UNSAFE; @@ -185,4 +186,3 @@ } } -