jdk/test/java/lang/invoke/InvokeDynamicPrintArgs.java
changeset 35388 a33a232cf7b7
parent 23010 6dadb192ad81
equal deleted inserted replaced
35387:c4e062393420 35388:a33a232cf7b7
    26  * @summary smoke test for invokedynamic instructions
    26  * @summary smoke test for invokedynamic instructions
    27  * @build indify.Indify
    27  * @build indify.Indify
    28  * @compile InvokeDynamicPrintArgs.java
    28  * @compile InvokeDynamicPrintArgs.java
    29  * @run main/othervm
    29  * @run main/othervm
    30  *      indify.Indify
    30  *      indify.Indify
    31  *      --verify-specifier-count=3
    31  *      --verify-specifier-count=8
    32  *      --expand-properties --classpath ${test.classes}
    32  *      --expand-properties --classpath ${test.classes}
    33  *      --java test.java.lang.invoke.InvokeDynamicPrintArgs --check-output
    33  *      --java test.java.lang.invoke.InvokeDynamicPrintArgs --check-output
    34  * @run main/othervm
    34  * @run main/othervm
    35  *      indify.Indify
    35  *      indify.Indify
    36  *      --expand-properties --classpath ${test.classes}
    36  *      --expand-properties --classpath ${test.classes}