< prev index next >

test/compiler/unsafe/SunMiscUnsafeAccessTestBoolean.java

Print this page

        

*** 38,47 **** --- 38,48 ---- import static org.testng.Assert.*; public class SunMiscUnsafeAccessTestBoolean { static final int ITERS = Integer.getInteger("iters", 1); + static final int WEAK_ATTEMPTS = Integer.getInteger("weakAttempts", 10); static final sun.misc.Unsafe UNSAFE; static final long V_OFFSET;
*** 129,139 **** - } } - --- 130,138 ----
< prev index next >