< prev index next >

test/compiler/unsafe/UnsafeRaw.java

Print this page

        

*** 24,33 **** --- 24,34 ---- /* * @test * @bug 8058744 * @summary Invalid pattern-matching of address computations in raw unsafe * @library /testlibrary + * @build com.oracle.java.testlibrary.* * @run main/othervm -Xbatch UnsafeRaw */ import com.oracle.java.testlibrary.Utils; import java.util.Random;
< prev index next >