test/tools/javac/lambda/MethodReferenceParserTest.java

changeset 1520
5c956be64b9e
parent 1482
954541f13717
child 1774
37295244f534
     1.1 --- a/test/tools/javac/lambda/MethodReferenceParserTest.java	Wed Jan 23 15:08:03 2013 +0000
     1.2 +++ b/test/tools/javac/lambda/MethodReferenceParserTest.java	Wed Jan 23 20:57:40 2013 +0000
     1.3 @@ -24,14 +24,18 @@
     1.4  /*
     1.5   * @test
     1.6   * @bug 7115052
     1.7 - * @bug 8003280
     1.8 + * @bug 8003280 8006694
     1.9   * @summary Add lambda tests
    1.10   *  Add parser support for method references
    1.11 + *  temporarily workaround combo tests are causing time out in several platforms
    1.12   * @library ../lib
    1.13   * @build JavacTestingAbstractThreadedTest
    1.14 - * @run main MethodReferenceParserTest
    1.15 + * @run main/othervm MethodReferenceParserTest
    1.16   */
    1.17  
    1.18 +// use /othervm to avoid jtreg timeout issues (CODETOOLS-7900047)
    1.19 +// see JDK-8006746
    1.20 +
    1.21  import java.net.URI;
    1.22  import java.util.Arrays;
    1.23  import javax.tools.Diagnostic;

mercurial