aboutsummaryrefslogtreecommitdiff
path: root/test/compiler/7184394/TestAESMain.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/compiler/7184394/TestAESMain.java')
-rw-r--r--test/compiler/7184394/TestAESMain.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/compiler/7184394/TestAESMain.java b/test/compiler/7184394/TestAESMain.java
index ca2cb43dc..48baf572b 100644
--- a/test/compiler/7184394/TestAESMain.java
+++ b/test/compiler/7184394/TestAESMain.java
@@ -27,7 +27,8 @@
* @bug 7184394
* @summary add intrinsics to use AES instructions
*
- * @run main/othervm/timeout=600 -Xbatch -DcheckOutput=true TestAESMain
+ * @run main/othervm/timeout=600 -Xbatch -DcheckOutput=true -Dmode=CBC TestAESMain
+ * @run main/othervm/timeout=600 -Xbatch -DcheckOutput=true -Dmode=ECB TestAESMain
*
* @author Tom Deneau
*/