diff -r 97bd5e7151bc -r 5c956be64b9e test/tools/javac/lambda/FunctionalInterfaceConversionTest.java --- a/test/tools/javac/lambda/FunctionalInterfaceConversionTest.java Wed Jan 23 15:08:03 2013 +0000 +++ b/test/tools/javac/lambda/FunctionalInterfaceConversionTest.java Wed Jan 23 20:57:40 2013 +0000 @@ -23,15 +23,19 @@ /** * @test - * @bug 8003280 8004102 + * @bug 8003280 8004102 8006694 * @summary Add lambda tests * perform several automated checks in lambda conversion, esp. around accessibility + * temporarily workaround combo tests are causing time out in several platforms * @author Maurizio Cimadamore * @library ../lib * @build JavacTestingAbstractThreadedTest - * @run main FunctionalInterfaceConversionTest + * @run main/othervm FunctionalInterfaceConversionTest */ +// use /othervm to avoid jtreg timeout issues (CODETOOLS-7900047) +// see JDK-8006746 + import java.io.IOException; import java.net.URI; import java.util.Arrays;