< prev index next >

test/compiler/codegen/7184394/TestAESMain.java

Print this page

        

*** 25,34 **** --- 25,35 ---- /** * @test * @bug 7184394 * @summary add intrinsics to use AES instructions * @library /testlibrary + * @build com.oracle.java.testlibrary.* * * @run main/othervm/timeout=600 -Xbatch -DcheckOutput=true -Dmode=CBC TestAESMain * @run main/othervm/timeout=600 -Xbatch -DcheckOutput=true -Dmode=CBC -DencInputOffset=1 TestAESMain * @run main/othervm/timeout=600 -Xbatch -DcheckOutput=true -Dmode=CBC -DencOutputOffset=1 TestAESMain * @run main/othervm/timeout=600 -Xbatch -DcheckOutput=true -Dmode=CBC -DdecOutputOffset=1 TestAESMain
< prev index next >