--- a/hotspot/test/compiler/unsafe/SunMiscUnsafeAccessTestChar.java Tue May 03 20:36:17 2016 +0000
+++ b/hotspot/test/compiler/unsafe/SunMiscUnsafeAccessTestChar.java Wed May 04 17:17:10 2016 +0300
@@ -40,6 +40,7 @@
public class SunMiscUnsafeAccessTestChar {
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 @@
}
}
-