comparison test/compiler/7184394/TestAESMain.java @ 7427:2c7f594145dc

8004835: Improve AES intrinsics on x86 Summary: Enable AES intrinsics on non-AVX cpus, group together aes instructions in crypto stubs. Reviewed-by: roland, twisti
author kvn
date Wed, 19 Dec 2012 15:40:35 -0800
parents a3ecd773a7b9
children 00f5eff62d18
comparison
equal deleted inserted replaced
7426:65c8342f726a 7427:2c7f594145dc
25 /** 25 /**
26 * @test 26 * @test
27 * @bug 7184394 27 * @bug 7184394
28 * @summary add intrinsics to use AES instructions 28 * @summary add intrinsics to use AES instructions
29 * 29 *
30 * @run main/othervm/timeout=600 -Xbatch -DcheckOutput=true TestAESMain 30 * @run main/othervm/timeout=600 -Xbatch -DcheckOutput=true -Dmode=CBC TestAESMain
31 * @run main/othervm/timeout=600 -Xbatch -DcheckOutput=true -Dmode=ECB TestAESMain
31 * 32 *
32 * @author Tom Deneau 33 * @author Tom Deneau
33 */ 34 */
34 35
35 public class TestAESMain { 36 public class TestAESMain {