test/tools/javac/lambda/FunctionalInterfaceConversionTest.java

changeset 1520
5c956be64b9e
parent 1482
954541f13717
child 2354
b33835c5d96a
equal deleted inserted replaced
1519:97bd5e7151bc 1520:5c956be64b9e
21 * questions. 21 * questions.
22 */ 22 */
23 23
24 /** 24 /**
25 * @test 25 * @test
26 * @bug 8003280 8004102 26 * @bug 8003280 8004102 8006694
27 * @summary Add lambda tests 27 * @summary Add lambda tests
28 * perform several automated checks in lambda conversion, esp. around accessibility 28 * perform several automated checks in lambda conversion, esp. around accessibility
29 * temporarily workaround combo tests are causing time out in several platforms
29 * @author Maurizio Cimadamore 30 * @author Maurizio Cimadamore
30 * @library ../lib 31 * @library ../lib
31 * @build JavacTestingAbstractThreadedTest 32 * @build JavacTestingAbstractThreadedTest
32 * @run main FunctionalInterfaceConversionTest 33 * @run main/othervm FunctionalInterfaceConversionTest
33 */ 34 */
35
36 // use /othervm to avoid jtreg timeout issues (CODETOOLS-7900047)
37 // see JDK-8006746
34 38
35 import java.io.IOException; 39 import java.io.IOException;
36 import java.net.URI; 40 import java.net.URI;
37 import java.util.Arrays; 41 import java.util.Arrays;
38 import javax.tools.Diagnostic; 42 import javax.tools.Diagnostic;

mercurial