< prev index next >

test/compiler/unsafe/JdkInternalMiscUnsafeAccessTestFloat.java

Print this page

        

*** 38,47 **** --- 38,48 ---- import static org.testng.Assert.*; public class JdkInternalMiscUnsafeAccessTestFloat { 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;
*** 183,188 **** assertEquals(x, 1.0f, "set float value"); } } } - --- 184,188 ----
< prev index next >