< prev index next >

test/compiler/c2/IVTest.java

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke

@@ -24,12 +24,16 @@
 
 /**
  * @test
  * @bug 6663621
  * @summary JVM crashes while trying to execute api/java_security/Signature/SignatureTests.html#initSign tests.
+ *
+ * @run main compiler.c2.IVTest
  */
 
+package compiler.c2;
+
 public class IVTest {
     static int paddedSize;
 
     static void padV15(byte[] padded) {
         int psSize = padded.length;
< prev index next >