< prev index next >

test/java/lang/Integer/BitTwiddle.java

Print this page

        

*** 24,33 **** --- 24,34 ---- /* * @test * @bug 4495754 * @summary Basic test for int bit twiddling * @author Josh Bloch + * @key randomness */ import java.util.Random; import static java.lang.Integer.*;
< prev index next >