< prev index next >

test/compiler/c2/IVTest.java

Print this page

        

*** 24,35 **** --- 24,39 ---- /** * @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 >