< prev index next >

test/runtime/Unsafe/RangeCheck.java

Print this page

        

*** 24,33 **** --- 24,35 ---- /* * @test * @bug 8001071 * @summary Add simple range check into VM implemenation of Unsafe access methods * @library /testlibrary + * @build com.oracle.java.testlibrary.* + * @run main/othervm RangeCheck */ import com.oracle.java.testlibrary.*; import sun.misc.Unsafe;
< prev index next >