langtools/test/tools/javac/varargs/7042566/T7042566.java
changeset 30846 2b3f379840f0
parent 30730 d3ce7619db2c
child 32454 b0ac04e0fefe
equal deleted inserted replaced
30845:43ddd58a5a56 30846:2b3f379840f0
    25  * @test
    25  * @test
    26  * @bug 7042566 8006694
    26  * @bug 7042566 8006694
    27  * @summary Unambiguous varargs method calls flagged as ambiguous
    27  * @summary Unambiguous varargs method calls flagged as ambiguous
    28  *  temporarily workaround combo tests are causing time out in several platforms
    28  *  temporarily workaround combo tests are causing time out in several platforms
    29  * @library ../../lib
    29  * @library ../../lib
    30  * @modules jdk.compiler/com.sun.tools.classfile
    30  * @modules jdk.jdeps/com.sun.tools.classfile
    31  *          jdk.compiler/com.sun.tools.javac.util
    31  *          jdk.compiler/com.sun.tools.javac.util
    32  * @build JavacTestingAbstractThreadedTest
    32  * @build JavacTestingAbstractThreadedTest
    33  * @run main/othervm T7042566
    33  * @run main/othervm T7042566
    34  */
    34  */
    35 
    35