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