< prev index next >

test/compiler/intrinsics/unsafe/DirectByteBufferTest.java

Print this page

        

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