test/tools/javac/lambda/FunctionalInterfaceConversionTest.java

changeset 2354
b33835c5d96a
parent 1520
5c956be64b9e
child 2525
2eb010b6cb22
     1.1 --- a/test/tools/javac/lambda/FunctionalInterfaceConversionTest.java	Fri Apr 04 12:56:56 2014 +0100
     1.2 +++ b/test/tools/javac/lambda/FunctionalInterfaceConversionTest.java	Mon Apr 07 11:38:59 2014 +0200
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -30,7 +30,7 @@
    1.11   * @author  Maurizio Cimadamore
    1.12   * @library ../lib
    1.13   * @build JavacTestingAbstractThreadedTest
    1.14 - * @run main/othervm FunctionalInterfaceConversionTest
    1.15 + * @run main/timeout=600/othervm FunctionalInterfaceConversionTest
    1.16   */
    1.17  
    1.18  // use /othervm to avoid jtreg timeout issues (CODETOOLS-7900047)

mercurial