< prev index next >

test/compiler/intrinsics/unsafe/HeapByteBufferTest.java

Print this page

        

*** 25,35 **** /** * @test * @bug 8026049 8151163 * @summary Verify that byte buffers are correctly accessed. * @modules java.base/jdk.internal.misc ! * @library /testlibrary * * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:-UseUnalignedAccesses -Djdk.test.lib.random.seed=0 * HeapByteBufferTest * @run main/othervm -Djdk.test.lib.random.seed=0 * HeapByteBufferTest --- 25,35 ---- /** * @test * @bug 8026049 8151163 * @summary Verify that byte buffers are correctly accessed. * @modules java.base/jdk.internal.misc ! * @library /test/lib * * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:-UseUnalignedAccesses -Djdk.test.lib.random.seed=0 * HeapByteBufferTest * @run main/othervm -Djdk.test.lib.random.seed=0 * HeapByteBufferTest
< prev index next >