< prev index next >

test/compiler/unsafe/JdkInternalMiscUnsafeAccessTestBoolean.java

Print this page

        

@@ -38,10 +38,11 @@
 
 import static org.testng.Assert.*;
 
 public class JdkInternalMiscUnsafeAccessTestBoolean {
     static final int ITERS = Integer.getInteger("iters", 1);
+    static final int WEAK_ATTEMPTS = Integer.getInteger("weakAttempts", 10);
 
     static final jdk.internal.misc.Unsafe UNSAFE;
 
     static final long V_OFFSET;
 

@@ -146,6 +147,5 @@
 
     }
 
 }
 
-
< prev index next >